pub unsafe extern "C" fn aws_string_destroy_secure(
    str_: *mut aws_string
)
Expand description

Zeroes out the data bytes of string and then deallocates the memory. Not safe to run on a string created with AWS_STATIC_STRING_FROM_LITERAL.