pub trait Sampler: Send { // Required method fn suspend_and_sample_thread(&self) -> Result<NativeStack, ()>; }