[][src]Type Definition pgx_pg_sys::CoerceParamHook

type CoerceParamHook = Option<unsafe extern "C" fn(pstate: *mut ParseState, param: *mut Param, targetTypeId: Oid, targetTypeMod: int32, location: c_int) -> *mut Node>;