pub type BeginForeignInsert_function = Option<unsafe extern "C" fn(mtstate: *mut ModifyTableState, rinfo: *mut ResultRelInfo)>;Aliased Type§
pub 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.