PKCS7_dataInit function

  1. @Native<Pointer<bio_st> Function(Pointer<pkcs7_st>, Pointer<bio_st>)>(ffi.Pointer<pkcs7_st>, ffi.Pointer<bio_st>)>()
Pointer<bio_st> PKCS7_dataInit(
  1. Pointer<pkcs7_st> p7,
  2. Pointer<bio_st> bio
)

Implementation

@ffi.Native<
  ffi.Pointer<bio_st> Function(ffi.Pointer<pkcs7_st>, ffi.Pointer<bio_st>)
>()
external ffi.Pointer<bio_st> PKCS7_dataInit(
  ffi.Pointer<pkcs7_st> p7,
  ffi.Pointer<bio_st> bio,
);