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