pub fn get_module_address(
    mod_name: impl AsRef<str>
) -> Result<*mut (), FaitheError>
Expand description

Returns an address(its handle) of the module or Err if failed to find the specified module.