SSL_CTX_get_record_padding_callback_arg function
- @Native<Pointer<
Void> Function(Pointer<ssl_ctx_st> )>(ffi.Pointer<ssl_ctx_st>)>()
- Pointer<
ssl_ctx_st> ctx
Implementation
@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Pointer<ssl_ctx_st>)>()
external ffi.Pointer<ffi.Void> SSL_CTX_get_record_padding_callback_arg(
ffi.Pointer<ssl_ctx_st> ctx,
);