[][src]Type Definition pgx_pg_sys::GucBoolCheckHook

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