pub unsafe extern "C" fn aws_string_new_from_buf(
    allocator: *mut aws_allocator,
    buf: *const aws_byte_buf
) -> *mut aws_string
Expand description

Allocate a new string with the same contents as buf.