Type Definition pgx_pg_sys::GucIntAssignHook

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