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

Writes a 32-bit float 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.