Type Definition flipper0::ffi::RpcSessionClosedCallback

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

Callback to notify transport layer that close_session command is received. Any other actions lays on transport layer. No destruction or session close preformed.