pub unsafe fn set_endian_mode(mode: EndianMode) -> Result<()>
Set the endianness of the calling process.
prctl(PR_SET_ENDIAN,…)
Please ensure the conditions necessary to safely call this function, as detailed in the references above.