Type Definition pgx_pg_sys::PushFunction

source ·
pub type PushFunction = Option<unsafe extern "C" fn(opaque: Datum, state: TSQueryParserState, token: *mut c_char, tokenlen: c_int, tokenweights: int16, prefix: bool)>;