pub fn current_numa_node() -> Option<u32>
Returns the index of the NUMA node the current thread is executing on.
Delegates to the themis topology SSOT. None means the platform did not report a node — never a fabricated node 0.
None