pub fn load_all_plugins(strict: bool) -> Result<Vec<Plugin>, PluginError>
Load all plugins found under search dirs. Failures for individual files are skipped when strict is false; returned as errors when strict is true.
strict