CMS_data_create function

  1. @Native<Pointer<CMS_ContentInfo_st> Function(Pointer<bio_st>, UnsignedInt)>(ffi.Pointer<bio_st>, ffi.UnsignedInt)>()
Pointer<CMS_ContentInfo_st> CMS_data_create(
  1. Pointer<bio_st> in$,
  2. int flags
)

Implementation

@ffi.Native<
  ffi.Pointer<CMS_ContentInfo_st> Function(ffi.Pointer<bio_st>, ffi.UnsignedInt)
>()
external ffi.Pointer<CMS_ContentInfo_st> CMS_data_create(
  ffi.Pointer<bio_st> in$,
  int flags,
);