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