Any numba equivalent for casting a raw pointer to a StructRef, Dict, List etc?

The cases where this helps seem situational. Below is with the callbacks set to return a+b with signature f8(f8,f8)

takes_function: 0.12 ms
takes_address: 0.34 ms
takes_address_fast: 0.35 ms