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