pub type ExecForeignTruncate_function = Option<unsafe extern "C" fn(rels: *mut List, behavior: Type, restart_seqs: bool)>;
enum ExecForeignTruncate_function { None, Some(unsafe extern "C" fn(_: *mut List, _: u32, _: bool)), }
No value.
Some value of type T.
T