pub fn native_sorted<T>( vm: &mut Vm<'_, T>, iterable: Value, key_fn: Value, ) -> Result<Value, ExecutionErrorPayload>