pub type PushFunction = Option<unsafe extern "C" fn(opaque: Datum, state: TSQueryParserState, token: *mut c_char, tokenlen: c_int, tokenweights: int16, prefix: bool)>;Aliased Type§
pub enum PushFunction {
None,
Some(unsafe extern "C" fn(Datum, *mut TSQueryParserStateData, *mut i8, i32, i16, bool)),
}