pub unsafe fn AVIStreamWriteData<P0>(
    pavi: P0,
    fcc: u32,
    lp: *const c_void,
    cb: i32
) -> Result<()>
where P0: IntoParam<IAVIStream>,