pub unsafe extern "C" fn aws_string_new_from_cursor(
    allocator: *mut aws_allocator,
    cursor: *const aws_byte_cursor
) -> *mut aws_string
Expand description

Allocate a new string with the same contents as cursor.