pub trait ThreadKoidReporterProxyInterface: Send + Sync { // Required method fn report_my_thread_koid(&self, thread_koid: u64) -> Result<(), Error>; }