pub type ExprStateEvalFunc = Option<unsafe extern "C-unwind" fn(expression: *mut ExprState, econtext: *mut ExprContext, isNull: *mut bool) -> Datum>;Aliased Type§
pub enum ExprStateEvalFunc {
None,
Some(unsafe extern "C-unwind" fn(*mut ExprState, *mut ExprContext, *mut bool) -> Datum),
}