pub unsafe fn CM_Get_Device_Interface_PropertyW<P0>(
    pszdeviceinterface: P0,
    propertykey: *const DEVPROPKEY,
    propertytype: *mut DEVPROPTYPE,
    propertybuffer: Option<*mut u8>,
    propertybuffersize: *mut u32,
    ulflags: u32,
) -> CONFIGRET
where P0: Param<PCWSTR>,