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