Function nstd_sys::string::nstd_string_free
source · #[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.