Function windows::Win32::Media::MediaFoundation::MFCreateMuxSink

pub unsafe fn MFCreateMuxSink<P0, P1>(
    guidoutputsubtype: GUID,
    poutputattributes: P0,
    poutputbytestream: P1,
) -> Result<IMFMediaSink>
where P0: Param<IMFAttributes>, P1: Param<IMFByteStream>,