#[no_mangle]
pub unsafe extern "C" fn u_linkat_ocall(
    error: *mut c_int,
    olddirfd: c_int,
    oldpath: *const c_char,
    newdirfd: c_int,
    newpath: *const c_char,
    flags: c_int
) -> c_int