pub type RpcSendBytesCallback = Option<unsafe extern "C" fn(context: *mut c_void, bytes: *mut u8, bytes_len: usize)>;
Expand description

Re-export bindings Callback to send to client any data (e.g. response to command)