pub extern "C-unwind" fn IOHIDValueCreateWithIntegerValue(
allocator: Option<&CFAllocator>,
element: &IOHIDElement,
time_stamp: u64,
value: CFIndex,
) -> CFRetained<IOHIDValue>👎Deprecated: renamed to
IOHIDValue::with_integer_valueAvailable on crate feature
hid only.