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