Function strtod

pub unsafe extern "C" fn strtod(
    s: *const i8,
    endp: *mut *mut i8,
) -> f64 
Available on crate feature dep_sdl2 only.