#[unsafe(no_mangle)]pub unsafe extern "C" fn explicit_bzero(s: *mut c_void, n: size_t)Expand description
Non-POSIX, see https://man7.org/linux/man-pages/man3/bzero.3.html.
#[unsafe(no_mangle)]pub unsafe extern "C" fn explicit_bzero(s: *mut c_void, n: size_t)Non-POSIX, see https://man7.org/linux/man-pages/man3/bzero.3.html.