pub unsafe extern "C" fn Dart_StringLength(
str_: Dart_Handle,
length: *mut isize,
) -> Dart_HandleExpand description
Gets the length of a String.
\param str A String. \param length Returns the length of the String.
\return A valid handle if no error occurs during the operation.