ssh_gssapi_accept_sec_ctx_callback typedef

ssh_gssapi_accept_sec_ctx_callback = Pointer<NativeFunction<Int32 Function(Int32, Pointer<ssh_string>, Pointer<ssh_string>, Pointer<Void>)>>

Implementation

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