pub unsafe extern "C" fn nstd_str_string_as_slice(
string: &NSTDString,
) -> NSTDSliceExpand description
Creates an NSTDSlice from an NSTDString.
Parameters:
const NSTDString *const string - The string.
Returns: NSTDSlice slice - The new slice.