pub unsafe fn EditStreamPaste<P0, P1>(
    pavi: P0,
    plpos: *mut i32,
    pllength: *mut i32,
    pstream: P1,
    lstart: i32,
    lend: i32
) -> Result<()>
where P0: IntoParam<IAVIStream>, P1: IntoParam<IAVIStream>,