pub unsafe extern "C" fn icsneo_serialStringToNum(
    str_: *const c_char
) -> u32
Expand description

\brief Convert a serial number in string format to its numerical representation. \param[in] str A NULL terminated string containing the string representation of an Intrepid serial number. \returns The numerical representation of the serial number, or 0 if the conversion was unsuccessful.

On older devices, the serial number is one like 138635, and this string will simply be returned as a number.

On newer devices, the serial number is one like RS2259, and this function can convert that string to a number.