pub type ExecForeignTruncate_function = Option<unsafe extern "C" fn(rels: *mut List, behavior: DropBehavior, restart_seqs: bool)>;Aliased Type§
pub enum ExecForeignTruncate_function {
None,
Some(unsafe extern "C" fn(*mut List, u32, bool)),
}