pub unsafe fn AVIStreamGetFrameOpen<P0>(
    pavi: P0,
    lpbiwanted: Option<*const BITMAPINFOHEADER>
) -> Option<IGetFrame>
where P0: IntoParam<IAVIStream>,