pub type prefix_initializer_t = Option<unsafe extern "C" fn(match_: *const c_char)>;
pub enum prefix_initializer_t { None, Some(unsafe extern "C" fn(*const i8)), }
No value.
Some value of type T.
T