pub unsafe extern "C-unwind" fn IOHIDDeviceConformsTo(
device: &IOHIDDevice,
usage_page: u32,
usage: u32,
) -> bool👎Deprecated: renamed to
IOHIDDevice::conforms_toAvailable on crate feature
hid only.