pub unsafe fn AVIFileCreateStreamA<P0>(
    pfile: P0,
    ppavi: *mut Option<IAVIStream>,
    psi: *const AVISTREAMINFOA
) -> Result<()>
where P0: IntoParam<IAVIFile>,