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