IOHIDManagerRegisterDeviceMatchingCallback

Function IOHIDManagerRegisterDeviceMatchingCallback 

Source
pub unsafe extern "C-unwind" fn IOHIDManagerRegisterDeviceMatchingCallback(
    manager: &IOHIDManager,
    callback: IOHIDDeviceCallback,
    context: *mut c_void,
)
👎Deprecated: renamed to IOHIDManager::register_device_matching_callback
Available on crate feature hid only.