Type Definition pgx_pg_sys::GucIntCheckHook

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