pub unsafe extern "C" fn aws_string_new_from_array(
allocator: *mut aws_allocator,
bytes: *const u8,
len: usize
) -> *mut aws_string
Expand description
Allocate a new string with the same contents as array.
pub unsafe extern "C" fn aws_string_new_from_array(
allocator: *mut aws_allocator,
bytes: *const u8,
len: usize
) -> *mut aws_string
Allocate a new string with the same contents as array.