ssh_global_request_callback typedef

ssh_global_request_callback = Pointer<NativeFunction<Void Function(Int32, Int32, Pointer<Void>)>>

@brief SSH global request callback. All global request will go through this callback. @param session Current session handler @param message the actual message @param userdata Userdata to be passed to the callback function.

Implementation

typedef ssh_global_request_callback
    = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Int32, ffi.Int32, ffi.Pointer<ffi.Void>)>>;