pub unsafe extern "C" fn IOHIDValueCreateWithBytesNoCopy(
    allocator: CFAllocatorRef,
    element: IOHIDElementRef,
    timeStamp: u64,
    bytes: *const u8,
    length: CFIndex
) -> IOHIDValueRef