SetupDiSetDeviceRegistryPropertyA

Function SetupDiSetDeviceRegistryPropertyA 

Source
pub unsafe extern "system" fn SetupDiSetDeviceRegistryPropertyA(
    DeviceInfoSet: HDEVINFO,
    DeviceInfoData: PSP_DEVINFO_DATA,
    Property: DWORD,
    PropertyBuffer: *const BYTE,
    PropertyBufferSize: DWORD,
) -> BOOL