pub unsafe fn MFTranscodeGetAudioOutputAvailableTypes<P0>(
    guidsubtype: *const GUID,
    dwmftflags: u32,
    pcodecconfig: P0
) -> Result<IMFCollection>
where P0: IntoParam<IMFAttributes>,