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

Frees an instance of NSTDString.

Parameters:

  • NSTDString string - The string to free.

Panics

Panics if deallocating fails.