#[unsafe(no_mangle)]pub extern "C" fn expr_batch_evaluate( batch: *mut ExprBatch, ctx: *mut ExprContext, ) -> i32
Evaluate all expressions in the batch
batch
ctx
0 on success, negative error code on failure