Type Definition pgx_pg_sys::GucEnumAssignHook

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