pub extern "C-unwind" fn IOHIDQueueCopyNextValueWithTimeout(
queue: &IOHIDQueue,
timeout: CFTimeInterval,
) -> Option<CFRetained<IOHIDValue>>👎Deprecated:
renamed to IOHIDQueue::next_value_with_timeout
Available on crate feature
hid only.