[][src]Type Definition pgx_pg_sys::GucIntCheckHook

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