pub unsafe fn AVISaveA<P0, P1>(
    szfile: P0,
    pclsidhandler: Option<*const GUID>,
    lpfncallback: AVISAVECALLBACK,
    nstreams: i32,
    pfile: P1,
    lpoptions: *const AVICOMPRESSOPTIONS
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<IAVIStream>,