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

Re-export bindings Callback to notify transport layer that close_session command is received. Any other actions lays on transport layer. No destruction or session close performed.