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

Allocate a new string with the same contents as another string.