pub type ParserSetupHook = Option<unsafe extern "C" fn(pstate: *mut ParseState, arg: *mut c_void)>;
pub enum ParserSetupHook { None, Some(unsafe extern "C" fn(*mut ParseState, *mut c_void)), }
No value.
Some value of type T.
T