pub unsafe fn AVISaveVW<P0>(
    szfile: P0,
    pclsidhandler: Option<*const GUID>,
    lpfncallback: AVISAVECALLBACK,
    nstreams: i32,
    ppavi: *const Option<IAVIStream>,
    plpoptions: *const *const AVICOMPRESSOPTIONS
) -> Result<()>
where P0: IntoParam<PCWSTR>,