/home/ryan/Projects/Develop/tsunami/src/tsunami/ui/wayland/wayland.nim(330, 73) Error: type mismatch Expression: wl_registry_bind(registry, name, addr(xdg_wm_base_interface), bindVersion) [1] registry: ptr struct_wl_registry [2] name: system.uint32 [3] addr(xdg_wm_base_interface): ptr struct_wl_interface [4] bindVersion: system.uint32 Expected one of (first mismatch at [position]): [3] proc wl_registry_bind(wl_registry: ptr struct_wl_registry; name: uint32; interface: ptr struct_wl_interface; version: uint32): pointer