OSSL_STORE_INFO_new function
Implementation
@ffi.Native<
ffi.Pointer<ossl_store_info_st> Function(ffi.Int, ffi.Pointer<ffi.Void>)
>()
external ffi.Pointer<ossl_store_info_st> OSSL_STORE_INFO_new(
int type,
ffi.Pointer<ffi.Void> data,
);
@ffi.Native<
ffi.Pointer<ossl_store_info_st> Function(ffi.Int, ffi.Pointer<ffi.Void>)
>()
external ffi.Pointer<ossl_store_info_st> OSSL_STORE_INFO_new(
int type,
ffi.Pointer<ffi.Void> data,
);