[][src]Type Definition pgx_pg_sys::GucRealCheckHook

type GucRealCheckHook = Option<unsafe extern "C" fn(newval: *mut f64, extra: *mut *mut c_void, source: GucSource) -> bool>;