pub unsafe fn AVIMakeCompressedStream<P0>(
    ppscompressed: *mut Option<IAVIStream>,
    ppssource: P0,
    lpoptions: *const AVICOMPRESSOPTIONS,
    pclsidhandler: Option<*const GUID>
) -> Result<()>
where P0: IntoParam<IAVIStream>,