#[no_mangle]
pub unsafe extern "C" fn u_unlinkat_ocall(
    error: *mut c_int,
    dirfd: c_int,
    pathname: *const c_char,
    flags: c_int
) -> c_int