pub type CoerceParamHook = Option<unsafe extern "C" fn(pstate: *mut ParseState, param: *mut Param, targetTypeId: Oid, targetTypeMod: int32, location: c_int) -> *mut Node>;
Aliased Type§
enum CoerceParamHook {
None,
Some(unsafe extern "C" fn(_: *mut ParseState, _: *mut Param, _: Oid, _: i32, _: i32) -> *mut Node),
}