pub unsafe fn write_thread_pointer(fs_base: usize)
Writes the thread pointer of the current CPU.
It is used to implement TLS (Thread Local Storage).
This function is unsafe as it changes the CPU states.