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