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