pub unsafe fn PSCreateAdapterFromPropertyStore<P0>( pps: P0, riid: *const GUID, ppv: *mut *mut c_void, ) -> Result<()>where P0: Param<IPropertyStore>,