Function nstd::string::nstd_string_free
source · [−]#[no_mangle]
pub unsafe extern "C" fn nstd_string_free(
string: &mut NSTDString
) -> NSTDErrorCodeThis is supported on crate feature
nstd_string only.Expand description
Frees an NSTDString instance.
Parameters
NSTDString *const string- Pointer to a string.
Returns
NSTDErrorCode errc - Nonzero on error.