After successfully building Libpanel to be used in a project (specifically with Rust bindings), whenever the init is run, the linker complains about an unresolved external symbol.
Symbol in question is __imp_panel_get_resource), which, when dumping the lib's symbols seems to be missing.
Any clue as to why?