Function AVISaveW
pub unsafe fn AVISaveW<P0, P4>(
szfile: P0,
pclsidhandler: Option<*const GUID>,
lpfncallback: AVISAVECALLBACK,
nstreams: i32,
pfile: P4,
lpoptions: *const AVICOMPRESSOPTIONS,
) -> Result<()>where
P0: Param<PCWSTR>,
P4: Param<IAVIStream>,