Load odelia shared library with configurable symbol visibility
Source:R/dll-load.R
odelia_load_dll.RdLocates the installed `odelia` shared library and calls [base::dyn.load()] on it. This is useful in `Rcpp::sourceCpp()` workflows where symbols from the package shared object must be available to a temporary shared object.