ssh_callback_int typedef

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

@internal @brief callback to process simple codes @param code value to transmit @param user Userdata to pass in callback

Implementation

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