pub unsafe extern "C" fn aws_string_new_from_array(
    allocator: *const AwsCAllocator,
    bytes: *const u8,
    len: usize
) -> *mut AwsCString