Function SetupDiSetClassRegistryPropertyA
pub unsafe fn SetupDiSetClassRegistryPropertyA<P4>(
classguid: *const GUID,
property: u32,
propertybuffer: Option<&[u8]>,
machinename: P4,
reserved: Option<*const c_void>,
) -> Result<()>where
P4: Param<PCSTR>,