We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d77f88 + 416eda0 commit 1c0db45Copy full SHA for 1c0db45
std/src/sys/random/trusty.rs
@@ -1,4 +1,4 @@
1
-extern "C" {
+unsafe extern "C" {
2
fn trusty_rng_secure_rand(randomBuffer: *mut core::ffi::c_void, randomBufferLen: libc::size_t);
3
}
4
0 commit comments