pub type ShutdownForeignScan_function = Option<unsafe extern "C" fn(node: *mut ForeignScanState)>;Aliased Type§
enum ShutdownForeignScan_function {
None,
Some(unsafe extern "C" fn(_: *mut ForeignScanState)),
}pub type ShutdownForeignScan_function = Option<unsafe extern "C" fn(node: *mut ForeignScanState)>;enum ShutdownForeignScan_function {
None,
Some(unsafe extern "C" fn(_: *mut ForeignScanState)),
}