pub unsafe fn MFInitMediaTypeFromWaveFormatEx<P0>(
    pmftype: P0,
    pwaveformat: *const WAVEFORMATEX,
    cbbufsize: u32
) -> Result<()>
where P0: IntoParam<IMFMediaType>,