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