pub type ExecProcNodeMtd = Option<unsafe extern "C-unwind" fn(pstate: *mut PlanState) -> *mut TupleTableSlot>;
enum ExecProcNodeMtd { None, Some(unsafe extern "C-unwind" fn(_: *mut PlanState) -> *mut TupleTableSlot), }
No value.
Some value of type T.
T