#[no_mangle]
pub extern "C" fn nstd_cstring_clear(cstring: &mut NSTDCString<'_>)
Available on crate feature cstring only.
Expand description

Sets a C string’s length to zero.

Parameters:

  • NSTDCString *cstring - The C string to clear.