#include "tensorstore/util/result.h"
template <typename T>
using tensorstore::UnwrapResultType;

UnwrapResultType<T> maps

Result<T> -> T absl::Status -> void T -> T