pub unsafe extern "C" fn M_isHostDevice( device: *const M_Device, ) -> c_int
Checks if the device is a host device.
@param device The device.
@returns 1 if the device is the host, 0 otherwise.
1
0