pub unsafe fn AVISaveOptions<P0>(
    hwnd: P0,
    uiflags: u32,
    nstreams: i32,
    ppavi: *const Option<IAVIStream>,
    plpoptions: *mut *mut AVICOMPRESSOPTIONS
) -> isize
where P0: IntoParam<HWND>,