#[no_mangle]
pub unsafe extern "C" fn futimens(
    fd: c_int,
    times: *const [timespec; 2]
) -> c_int