Function windows::Win32::Media::MediaFoundation::MFCreateMFVideoFormatFromMFMediaType
pub unsafe fn MFCreateMFVideoFormatFromMFMediaType<P0>(
pmftype: P0,
ppmfvf: *mut *mut MFVIDEOFORMAT,
pcbsize: Option<*mut u32>,
) -> Result<()>where
P0: Param<IMFMediaType>,