OPENSSL_sk_new_reserve function

  1. @Native<Pointer<stack_st> Function(Pointer<NativeFunction<Int Function(Pointer<Void>, Pointer<Void>)>>, Int)>(ffi.Pointer<ffi.NativeFunction<ffi.Int Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Void>)>>, ffi.Int)>()
Pointer<stack_st> OPENSSL_sk_new_reserve(
  1. Pointer<NativeFunction<Int Function(Pointer<Void>, Pointer<Void>)>> c,
  2. int n
)

Implementation

@ffi.Native<
  ffi.Pointer<stack_st> Function(
    ffi.Pointer<
      ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Void>)
      >
    >,
    ffi.Int,
  )
>()
external ffi.Pointer<stack_st> OPENSSL_sk_new_reserve(
  ffi.Pointer<
    ffi.NativeFunction<
      ffi.Int Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Void>)
    >
  >
  c,
  int n,
);