HOST_ENDIAN_TO_BFS_INT64
# define HOST_ENDIAN_TO_BFS_INT64(value) (value)
# define HOST_ENDIAN_TO_BFS_INT64(value) __swap_int64(value)