pub unsafe extern "C-unwind" fn IOHIDGetActivityState(
handle: io_connect_t,
hid_activity_idle: *mut bool,
) -> kern_return_t๐Deprecated
Available on crate features
hidsystem and libc only.Expand description
ยงSafety
hid_activity_idle must be a valid pointer.