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