pub unsafe extern "C" fn aws_byte_buf_append_null_terminator(
buf: *mut aws_byte_buf
) -> c_int
Expand description
Appends ‘\0’ at the end of the buffer.
pub unsafe extern "C" fn aws_byte_buf_append_null_terminator(
buf: *mut aws_byte_buf
) -> c_int
Appends ‘\0’ at the end of the buffer.