pub type ShutdownForeignScan_function = Option<unsafe extern "C-unwind" fn(node: *mut ForeignScanState)>;Aliased Type§
enum ShutdownForeignScan_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.