SetupDiSetClassRegistryPropertyA

Function SetupDiSetClassRegistryPropertyA 

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