#[unsafe(no_mangle)]pub extern "C" fn expr_batch_free(batch: *mut ExprBatch)Expand description
Free an expression batch and its arena
This frees both the batch and its associated arena in one operation.
ยงSafety
The pointer must have been created by expr_batch_new()