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.Expand description
ยงSafety
keymight not allowNone.bytesmust be a valid pointer.actual_sizemust be a valid pointer.