pub type PGFunction = Option<unsafe extern "C-unwind" fn(fcinfo: FunctionCallInfo) -> Datum>;Aliased Type§
pub enum PGFunction {
None,
Some(unsafe extern "C-unwind" fn(*mut FunctionCallInfoBaseData) -> Datum),
}pub type PGFunction = Option<unsafe extern "C-unwind" fn(fcinfo: FunctionCallInfo) -> Datum>;pub enum PGFunction {
None,
Some(unsafe extern "C-unwind" fn(*mut FunctionCallInfoBaseData) -> Datum),
}