OBJ_create_objects function

  1. @Native<Int Function(Pointer<bio_st>)>(ffi.Pointer<bio_st>)>()
int OBJ_create_objects(
  1. Pointer<bio_st> in$
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<bio_st>)>()
external int OBJ_create_objects(ffi.Pointer<bio_st> in$);