pub extern "C-unwind" fn IOHIDDeviceSetValue(
device: &IOHIDDevice,
element: &IOHIDElement,
value: &IOHIDValue,
) -> IOReturn👎Deprecated:
renamed to IOHIDDevice::set_value
Available on crate feature
hid only.