pub trait AtkMiscExt: 'static { // Required methods fn threads_enter(&self); fn threads_leave(&self); }