nstd_string_free

Function nstd_string_free 

Source
#[unsafe(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.