Function strtof

pub unsafe extern "C" fn strtof(
    __nptr: *const i8,
    __endptr: *mut *mut i8,
) -> f32
Available on crate feature dep_sdl2 only.