Function futimens

pub unsafe extern "C" fn futimens(
    fd: i32,
    times: *const timespec,
) -> i32
Available on crate feature dep_sdl3 only.