Type Alias SubscribeHandler

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