pub unsafe extern "C" fn u_futimens_ocall(
    result: *mut i32,
    errno: *mut i32,
    fd: i32,
    times: *const [timespec; 2]
) -> SgxStatus