pub type RpcBufferIsEmptyCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
Callback to notify client that buffer is empty
Aliased Type§
pub enum RpcBufferIsEmptyCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}