pub unsafe extern "C" fn aws_string_clone_or_reuse(
allocator: *mut aws_allocator,
str_: *const aws_string
) -> *mut aws_string
Expand description
If the string was dynamically allocated, clones it. If the string was statically allocated (i.e. has no allocator), returns the original string.