pub unsafe fn SetupDiSetClassRegistryPropertyW<P0>(
    classguid: *const GUID,
    property: u32,
    propertybuffer: Option<&[u8]>,
    machinename: P0,
    reserved: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<PCWSTR>,