pub unsafe extern "C" fn spa_atou32(
    str_: *const c_char,
    val: *mut u32,
    base: c_int,
) -> boolExpand description
Convert \a str to an uint32_t with the given \a base and store the result in \a val.
On failure, the value of \a val is unmodified.
\return true on success, false otherwise