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