pub unsafe fn set_endian_mode(mode: EndianMode) -> Result<()>
Available on crate feature process only.
Expand description

Set the endianness of the calling process.

References

Safety

Please ensure the conditions necessary to safely call this function, as detailed in the references above.