pub unsafe extern "C" fn lysc_get_ext_plugin(
plugin_ref: usize,
) -> *mut lyplg_extExpand description
@brief Get an extension plugin.
@param[in] plugin_ref Reference to an extension plugin. Either an index in the extension plugins array (e.g. 1 -> metadata extension) or a pointer to the user defined plugin. Indexes start at 1. @return Extension plugin or NULL.