TS_CONF_set_crypto_device function
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<conf_st>,
ffi.Pointer<ffi.Char>,
ffi.Pointer<ffi.Char>,
)
>()
external int TS_CONF_set_crypto_device(
ffi.Pointer<conf_st> conf,
ffi.Pointer<ffi.Char> section,
ffi.Pointer<ffi.Char> device,
);