pub unsafe extern "system" fn SetupDiSetClassRegistryPropertyW(
    classguid: *const GUID,
    property: u32,
    propertybuffer: *const u8,
    propertybuffersize: u32,
    machinename: PCWSTR,
    reserved: *const c_void
) -> BOOL
Expand description

Required features: "Win32_Foundation"