Function nstd_sys::string::nstd_string_byte_len
source · #[no_mangle]
pub const extern "C" fn nstd_string_byte_len(
string: &NSTDString<'_>
) -> NSTDUIntAvailable on crate feature
string only.Expand description
Returns the number of bytes a string contains.
Parameters:
const NSTDString *string- The string.
Returns
NSTDUInt byte_len - The number of bytes in the string.