Function SDL_strtod

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