pub type ParseParamRefHook = Option<unsafe extern "C" fn(pstate: *mut ParseState, pref: *mut ParamRef) -> *mut Node>;
Aliased Type§
enum ParseParamRefHook {
None,
Some(unsafe extern "C" fn(_: *mut ParseState, _: *mut ParamRef) -> *mut Node),
}