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

Frees an instance of NSTDString.

§Parameters:

  • NSTDString string - The string to free.