pub type DebugCallback = Box<dyn FnMut(u32, u32, u32, u32, &str)>;
pub struct DebugCallback(/* private fields */);