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