pub type BeginForeignInsert_function = Option<unsafe extern "C" fn(mtstate: *mut ModifyTableState, rinfo: *mut ResultRelInfo)>;
Aliased Type§
enum BeginForeignInsert_function {
None,
Some(unsafe extern "C" fn(_: *mut ModifyTableState, _: *mut ResultRelInfo)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ModifyTableState, _: *mut ResultRelInfo))
Some value of type T
.