nstd_string_byte_len

Function nstd_string_byte_len 

Source
#[unsafe(no_mangle)]
pub const extern "C" fn nstd_string_byte_len( string: &NSTDString<'_>, ) -> NSTDUInt
Available 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.