pub unsafe extern "C" fn Dart_NewIntegerFromHexCString(
    value: *const c_char
) -> Dart_Handle
Expand description

Returns an Integer with the provided value.

\param value The value of the integer represented as a C string containing a hexadecimal number.

\return The Integer object if no error occurs. Otherwise returns an error handle.