#[unsafe(no_mangle)]pub unsafe extern "C" fn soil_utf8_new( s: *const c_char, err: *mut *mut SoilError, ) -> *mut Value
s is a NUL-terminated UTF-8 string; err is null or valid.
s
err