nstd_cstring_free

Function nstd_cstring_free 

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