Function windows::Win32::Graphics::Imaging::WICMatchMetadataContent
pub unsafe fn WICMatchMetadataContent<P0>(
guidcontainerformat: *const GUID,
pguidvendor: Option<*const GUID>,
pistream: P0,
) -> Result<GUID>where
P0: Param<IStream>,