pub unsafe fn set_endian_mode(mode: EndianMode) -> Result<(), Errno> ⓘ
dep_rustix
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.