pub unsafe fn JetEscrowUpdate<P0, P1>(
    sesid: P0,
    tableid: P1,
    columnid: u32,
    pv: *const c_void,
    cbmax: u32,
    pvold: Option<*mut c_void>,
    cboldmax: u32,
    pcboldactual: Option<*mut u32>,
    grbit: u32
) -> i32
where P0: IntoParam<JET_SESID>, P1: IntoParam<JET_TABLEID>,