pub fn load(path: &str) -> Result<String, String>
Load a plugin cdylib from path. Returns the plugin’s name on success. Idempotent-ish: loading a plugin whose name is already present is refused (unload first).
cdylib
path