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