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