pub unsafe fn MFInitMediaTypeFromMPEG1VideoInfo<P0>(
    pmftype: P0,
    pmp1vi: *const MPEG1VIDEOINFO,
    cbbufsize: u32,
    psubtype: Option<*const GUID>
) -> Result<()>
where P0: IntoParam<IMFMediaType>,