#[no_mangle]
pub unsafe extern "C" fn nstd_string_free(
    string: &mut NSTDString
) -> NSTDErrorCode
This 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.