pub type EndDirectModify_function = Option<unsafe extern "C-unwind" fn(node: *mut ForeignScanState)>;Aliased Type§
enum EndDirectModify_function {
None,
Some(unsafe extern "C-unwind" fn(*mut ForeignScanState)),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut ForeignScanState))
Some value of type T.