pub unsafe extern "C-unwind" fn IOHIDSetAccelerationWithKey(
handle: io_connect_t,
key: Option<&CFString>,
acceleration: c_double,
) -> kern_return_t๐Deprecated
Available on crate features
hidsystem and libc only.Expand description
ยงSafety
key might not allow None.