pub fn string_splice( context: &mut NativeRuntimeContext, text: *mut VmValue, range: *mut VmValue, insert: *mut VmValue, ) -> Option<*mut VmValue>