[][src]Type Definition pgx_pg_sys::GucBoolAssignHook

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