Function futimes

pub unsafe extern "C" fn futimes(
    fd: i32,
    times: *const timeval,
) -> i32
Available on crate feature dep_sdl2 only.