pub unsafe extern "C" fn aws_secure_zero(
    pBuf: *mut c_void,
    bufsize: usize
)
Expand description

Securely zeroes a memory buffer. This function will attempt to ensure that the compiler will not optimize away this zeroing operation.