pub unsafe extern "C-unwind" fn IOHIDGetParameter(
handle: io_connect_t,
key: Option<&CFString>,
max_size: IOByteCount,
bytes: *mut c_void,
actual_size: *mut IOByteCount,
) -> kern_return_t👎Deprecated
Available on crate features
hidsystem and libc only.