[][src]Function jl_sys::uv_fs_futime_ex

pub unsafe extern "C" fn uv_fs_futime_ex(
    loop_: *mut uv_loop_t,
    req: *mut uv_fs_t,
    file: uv_os_fd_t,
    btime: f64,
    atime: f64,
    mtime: f64,
    cb: uv_fs_cb
) -> c_int