IOHIDQueueCreate

Function IOHIDQueueCreate 

Source
pub extern "C-unwind" fn IOHIDQueueCreate(
    allocator: Option<&CFAllocator>,
    device: &IOHIDDevice,
    depth: CFIndex,
    options: IOOptionBits,
) -> Option<CFRetained<IOHIDQueue>>
👎Deprecated: renamed to IOHIDQueue::new
Available on crate feature hid only.