pub unsafe extern "C-unwind" fn IOHIDGetStateForSelector(
handle: io_connect_t,
selector: c_int,
state: *mut u32,
) -> kern_return_tAvailable on crate features
hidsystem and libc only.Expand description
ยงSafety
state must be a valid pointer.