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