HOST_ENDIAN_TO_BFS_INT32
# define HOST_ENDIAN_TO_BFS_INT32(value) (value)
# define HOST_ENDIAN_TO_BFS_INT32(value) __swap_int32(value)