pub type EndForeignInsert_function = Option<unsafe extern "C-unwind" fn(estate: *mut EState, rinfo: *mut ResultRelInfo)>;Aliased Type§
pub enum EndForeignInsert_function {
None,
Some(unsafe extern "C-unwind" fn(*mut EState, *mut ResultRelInfo)),
}