OSSL_PARAM_set_octet_ptr function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<ossl_param_st>, ffi.Pointer<ffi.Void>, ffi.Size)
>()
external int OSSL_PARAM_set_octet_ptr(
ffi.Pointer<ossl_param_st> p,
ffi.Pointer<ffi.Void> val,
int used_len,
);