#[unsafe(no_mangle)]pub extern "C" fn htole16(x: uint16_t) -> uint16_tExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/be16toh.html.
Convert a uint16_t from host endian representation to little endian
respresentation.