pub fn initialize_data_plugin_index(plugin_index: &AtomicUsize) -> usize
Expand description
Acquires a global lock on the next available plugin index, but only increments it if we
successfully initialize the provided index. (Must be pub
, as it’s called from within a macro.)