pub unsafe extern "C-unwind" fn IOHIDSetCFTypeParameter(
handle: io_connect_t,
key: Option<&CFString>,
parameter: Option<&CFType>,
) -> kern_return_tAvailable on crate features
hidsystem and libc only.Expand description
ยงSafety
keymight not allowNone.parametershould be of the correct type.parametermight not allowNone.