SetupDiSetClassPropertyW

Function SetupDiSetClassPropertyW 

pub unsafe fn SetupDiSetClassPropertyW(
    classguid: *const GUID,
    propertykey: *const DEVPROPKEY,
    propertytype: DEVPROPTYPE,
    propertybuffer: Option<&[u8]>,
    flags: u32,
) -> Result<()>