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