IOHIDDeviceCopyMatchingElements

Function IOHIDDeviceCopyMatchingElements 

Source
pub unsafe extern "C-unwind" fn IOHIDDeviceCopyMatchingElements(
    device: &IOHIDDevice,
    matching: Option<&CFDictionary>,
    options: IOOptionBits,
) -> Option<CFRetained<CFArray>>
👎Deprecated: renamed to IOHIDDevice::matching_elements
Available on crate feature hid only.