pub unsafe extern "C" fn aws_byte_buf_clean_up_secure(
    buf: *mut aws_byte_buf
)
Expand description

Equivalent to calling aws_byte_buf_secure_zero and then aws_byte_buf_clean_up on the buffer.