#[no_mangle]
pub extern "C" fn nstd_cstring_free(cstring: NSTDCString<'_>)
Available on crate feature cstring only.
Expand description

Frees an instance of NSTDCString.

Parameters:

  • NSTDCString cstring - The C string to free.