usecrate::ID_BEING_PROCESSED;/// This function can be used externally to access the id of the pool item that is currently
/// being processed
pubfnid_being_processed()->Option<u64>{ID_BEING_PROCESSED.with(|id_being_processed|*id_being_processed.borrow())}