[][src]Type Definition pgx_pg_sys::ExprStateEvalFunc

type ExprStateEvalFunc = Option<unsafe extern "C" fn(expression: *mut ExprState, econtext: *mut ExprContext, isNull: *mut bool) -> Datum>;