pub unsafe fn MFCombineSamples<P0, P1>(
    psample: P0,
    psampletoadd: P1,
    dwmaxmergeddurationinms: u32
) -> Result<BOOL>
where P0: IntoParam<IMFSample>, P1: IntoParam<IMFSample>,