pub unsafe fn MFInitMediaTypeFromMPEG2VideoInfo<P0>(
    pmftype: P0,
    pmp2vi: *const MPEG2VIDEOINFO,
    cbbufsize: u32,
    psubtype: Option<*const GUID>
) -> Result<()>
where P0: IntoParam<IMFMediaType>,