pub unsafe extern "system" fn SetupDiSetDeviceRegistryPropertyA(
    deviceinfoset: HDEVINFO,
    deviceinfodata: *mut SP_DEVINFO_DATA,
    property: u32,
    propertybuffer: *const u8,
    propertybuffersize: u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"