pub type SubscribeHandler = extern "C" fn(_: u16, data: *const u8, length: u32) -> bool;
Expand description