IOHIDDeviceCreate

Function IOHIDDeviceCreate 

Source
pub extern "C-unwind" fn IOHIDDeviceCreate(
    allocator: Option<&CFAllocator>,
    service: io_service_t,
) -> Option<CFRetained<IOHIDDevice>>
👎Deprecated: renamed to IOHIDDevice::new
Available on crate features hid and libc only.