How to unlock a rwlock, i can\'t drop the lock since i need it more than 1 time. I have a struct like this:
struct Abc { lock: RwLock<()>, data: usi