pub type OpHeadsStoreInitializer<'a> = dyn Fn(&UserSettings, &Path) -> Result<Box<dyn OpHeadsStore>, BackendInitError> + 'a;