pub unsafe fn FindMediaTypeClass<P0, P1>( pbc: P0, sztype: P1, pclsid: *mut GUID, reserved: u32, ) -> Result<()>where P0: Param<IBindCtx>, P1: Param<PCSTR>,