pub unsafe fn AVIFileInfoW<P0>(
    pfile: P0,
    pfi: *mut AVIFILEINFOW,
    lsize: i32
) -> Result<()>
where P0: IntoParam<IAVIFile>,