pub type RefetchForeignRow_function = Option<unsafe extern "C" fn(estate: *mut EState, erm: *mut ExecRowMark, rowid: Datum, slot: *mut TupleTableSlot, updated: *mut bool)>;Aliased Type§
pub enum RefetchForeignRow_function {
None,
Some(unsafe extern "C" fn(*mut EState, *mut ExecRowMark, Datum, *mut TupleTableSlot, *mut bool)),
}