We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d93f7 + 68267d0 commit a184641Copy full SHA for a184641
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