ssh_event_callback typedef

ssh_event_callback = Pointer<NativeFunction<Int32 Function(socket_t, Int32, Pointer<Void>)>>

Implementation

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