1fn errorName(err: anyerror) [:0]const u8 {
2    return @errorName(err);
3}
4export const error_name: *const anyopaque = &errorName;