fixed32_pack() function
Pack a 32-bit quantity in little-endian byte order. Used for protobuf wire types fixed32, sfixed32, float. Similar to "htole32".
Syntax
static inline size_t
fixed32_pack(uint32_t value,
void *out);
Return value
Number of bytes written to `out`.