pub unsafe extern "C" fn spa_strtof(
    str_: *const c_char,
    endptr: *mut *mut c_char,
) -> f32Expand description
Convert \a str to a float in the C locale.
If \a endptr is not NULL, a pointer to the character after the last character used in the conversion is stored in the location referenced by endptr.
\return the result float.