Function AVIStreamOpenFromFileW
pub unsafe fn AVIStreamOpenFromFileW<P1>(
ppavi: *mut Option<IAVIStream>,
szfile: P1,
fcctype: u32,
lparam: i32,
mode: u32,
pclsidhandler: Option<*const GUID>,
) -> Result<()>where
P1: Param<PCWSTR>,