pub type CallbackFn = extern "C" fn(call_id: u32, is_done: c_int, content: *const i8, length: size_t);
Callback function type for results.