I am working on a https://github.com/noib3/nvim-oxi lib that basically provides typings for neovim api. Neovim provides functions that must be linked on runtime. Compilation on Linux works properly, but on Windows it fails at linkage time with LNK2019 error. Any solution to tell linker/rustc that symbols will be provided later?
https://github.com/noib3/nvim-oxi/runs/6800795042?check_suite_focus=true - error log