pub unsafe fn WICMatchMetadataContent<P2>( guidcontainerformat: *const GUID, pguidvendor: Option<*const GUID>, pistream: P2, ) -> Result<GUID>where P2: Param<IStream>,