OSSL_PARAM_BLD_to_param function

  1. @Native<Pointer<ossl_param_st> Function(Pointer<ossl_param_bld_st>)>(ffi.Pointer<ossl_param_bld_st>)>()
Pointer<ossl_param_st> OSSL_PARAM_BLD_to_param(
  1. Pointer<ossl_param_bld_st> bld
)

Implementation

@ffi.Native<
  ffi.Pointer<ossl_param_st> Function(ffi.Pointer<ossl_param_bld_st>)
>()
external ffi.Pointer<ossl_param_st> OSSL_PARAM_BLD_to_param(
  ffi.Pointer<ossl_param_bld_st> bld,
);