pub unsafe extern "C" fn spa_atoi32(
    str_: *const c_char,
    val: *mut i32,
    base: c_int,
) -> boolExpand description
Convert \a str to an int32_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