Type Definition pgx_pg_sys::PGFunction

source ·
pub type PGFunction = Option<unsafe extern "C" fn(fcinfo: FunctionCallInfo) -> Datum>;