BIO_set_data function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<bio_st>, ffi.Pointer<ffi.Void>)>()
external void BIO_set_data(ffi.Pointer<bio_st> a, ffi.Pointer<ffi.Void> ptr);
@ffi.Native<ffi.Void Function(ffi.Pointer<bio_st>, ffi.Pointer<ffi.Void>)>()
external void BIO_set_data(ffi.Pointer<bio_st> a, ffi.Pointer<ffi.Void> ptr);