Numpy: Call sort from C API or Cython with GIL released

Dear numpy devs or otherwise numpy experts

The new SIMD improved sort functions in numpy 2.0 are fantastic. I am thinking about ways to call them from C or Cython when the GIL is released, e.g., inside a Cython prange or with nogil section. Is that possible?

Best
Christian