pub unsafe fn AVIStreamInfoA<P0>(
    pavi: P0,
    psi: *mut AVISTREAMINFOA,
    lsize: i32
) -> Result<()>
where P0: IntoParam<IAVIStream>,