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