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