pub unsafe extern "C" fn rpsDeviceGetPrivateData(
    hDevice: RpsDevice
) -> *mut c_void
Expand description

@brief Accesses user data of an RPS device.

This user is normally not the API user but RPS itself. The device private data is created at device allocation, based on privateDataAllocInfo and the device itself will never touch the data until it is destroyed.

@param hDevice Handle to the RpsDevice.

@returns Pointer to the user controlled data if a handle != RPS_NULL_HANDLE is passed, NULL otherwise.