pub unsafe extern "C-unwind" fn IOHIDTransactionCreate(
allocator: Option<&CFAllocator>,
device: &IOHIDDevice,
direction: IOHIDTransactionDirectionType,
options: IOOptionBits,
) -> Option<CFRetained<IOHIDTransaction>>👎Deprecated: renamed to
IOHIDTransaction::newAvailable on crate feature
hid only.