pub type destroyable_proc_t = Option<unsafe extern "C" fn(*mut interpreter, *mut sv) -> bool>;
pub enum destroyable_proc_t { None, Some(unsafe extern "C" fn(*mut interpreter, *mut sv) -> bool), }
No value.
Some value of type T.
T