Move jax._src.callback to its own BUILD rule
Creating smaller build rules enforces better organized dependency graphs in the JAX project, helps pytype propagate annotations correctly, prevents use of internal APIs, and leads to improved build and iteration times.
This will unblock moving `jax/_src/lax` to its own BUILD rule.
PiperOrigin-RevId: 770980397