As the title describes, I want to use the C-API jl_module_import
to import a package, but have not figured out how to do so. The stdlib modules, e.g., Libdl
, LinearAlgebra
seems to live in neither Base
nor Core
, then which module should I import them from?