pub type RWLockerImpl = Box<dyn RWLocker + Send + Sync>;
pub struct RWLockerImpl(/* private fields */);