We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cb17dd + 68267d0 commit 14f6216Copy full SHA for 14f6216
library/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