pub trait FenceHandler { // Required method fn call(&self, fence_id: u64, ctx_id: u32, ring_idx: u8); }