Type Definition flipper0::ffi::RpcSendBytesCallback

source ·
pub type RpcSendBytesCallback = Option<unsafe extern "C" fn(*mut c_void, *mut u8, usize)>;
Expand description

Callback to send to client any data (e.g. response to command)