Function SetupDiGetDeviceInterfacePropertyKeys

Source
pub unsafe extern "system" fn SetupDiGetDeviceInterfacePropertyKeys(
    DeviceInfoSet: HDEVINFO,
    DeviceInterfaceData: PSP_DEVICE_INTERFACE_DATA,
    PropertyKeyArray: *mut DEVPROPKEY,
    PropertyKeyCount: DWORD,
    RequiredPropertyKeyCount: PDWORD,
    Flags: DWORD,
) -> BOOL