# const std = @import("std"); const tuibox = @cImport({ @cInclude("tuibox.h"); }); var u: tuibox.ui_t = undefined; pub fn main() !void { _ = u; }