pub unsafe fn MFInitMediaTypeFromMFVideoFormat<P0>(
    pmftype: P0,
    pmfvf: *const MFVIDEOFORMAT,
    cbbufsize: u32
) -> Result<()>
where P0: IntoParam<IMFMediaType>,