#[unsafe(no_mangle)] pub unsafe extern "C" fn strtof( s: *const c_char, endptr: *mut *mut c_char, ) -> c_float
fp_simd
Convert a string to a float number.