#[no_mangle]
pub unsafe extern "C" fn u_symlink_ocall(
    error: *mut c_int,
    path1: *const c_char,
    path2: *const c_char
) -> c_int