pub type FPtr_container_destroy = Option<unsafe extern "C" fn(cont: *mut *mut byte_t, type_: *const char_t)>;
pub enum FPtr_container_destroy { None, Some(unsafe extern "C" fn(*mut *mut u8, *const i8)), }
No value.
Some value of type T.
T