ssh_callback_int_int typedef

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

Implementation

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