pub type FPtr_str_get = Option<unsafe extern "C" fn(arg1: *const c_void) -> *const char_t>;
pub enum FPtr_str_get { None, Some(unsafe extern "C" fn(*const c_void) -> *const i8), }
No value.
Some value of type T.
T