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