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

Constructor functions which copy data from null-terminated C-string or array of bytes.