pub unsafe fn _bswap(x: i32) -> i32
Returns an integer with the reversed byte order of x
Intel’s documentation