Function SetupDiSetClassRegistryPropertyW

Source
pub unsafe extern "system" fn SetupDiSetClassRegistryPropertyW(
    ClassGuid: *const GUID,
    Property: DWORD,
    PropertyBuffer: *const BYTE,
    PropertyBufferSize: DWORD,
    MachineName: PCWSTR,
    Reserved: PVOID,
) -> BOOL