pub fn load_extension(path: &Path) -> Result<Arc<dyn Extension>>Expand description
Load a single extension from a shared library.
§Safety
The loaded library must export oxi_extension_create returning a valid
pointer to a dyn Extension. The library must have been compiled with
a compatible Rust toolchain version.