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