Function rs_libc::explicit_bzero

source ·
#[no_mangle]
pub unsafe extern "C" fn explicit_bzero(buf: *mut c_void, len: usize)
Expand description

Rust version of explicit_bzero, implemented by using zeroize::Zeroize