CRYPTO_atomic_store function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<ffi.Uint64>, ffi.Uint64, ffi.Pointer<ffi.Void>)
>()
external int CRYPTO_atomic_store(
ffi.Pointer<ffi.Uint64> dst,
int val,
ffi.Pointer<ffi.Void> lock,
);
@ffi.Native<
ffi.Int Function(ffi.Pointer<ffi.Uint64>, ffi.Uint64, ffi.Pointer<ffi.Void>)
>()
external int CRYPTO_atomic_store(
ffi.Pointer<ffi.Uint64> dst,
int val,
ffi.Pointer<ffi.Void> lock,
);