CMS_data_create function
- @Native<Pointer<
CMS_ContentInfo_st> Function(Pointer<bio_st> , UnsignedInt)>(ffi.Pointer<bio_st>, ffi.UnsignedInt)>()
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,
);