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