IOHIDGetStateForSelector

Function IOHIDGetStateForSelector 

Source
pub unsafe extern "C-unwind" fn IOHIDGetStateForSelector(
    handle: io_connect_t,
    selector: c_int,
    state: *mut u32,
) -> kern_return_t
Available on crate features hidsystem and libc only.
Expand description

ยงSafety

state must be a valid pointer.