pub unsafe extern "C" fn aws_byte_buf_write_be64(
    buf: *mut aws_byte_buf,
    x: u64
) -> bool
Expand description

Writes a 64-bit integer in network byte order (big endian) to buffer.

On success, returns true and updates the buffer /length accordingly. If there is insufficient space in the buffer, returns false, leaving the buffer unchanged.