[]Function wasi_common_lucet::hostcalls::path_rename

pub unsafe fn path_rename(
    wasi_ctx: &WasiCtx,
    memory: &mut [u8],
    old_dirfd: u32,
    old_path_ptr: u32,
    old_path_len: u32,
    new_dirfd: u32,
    new_path_ptr: u32,
    new_path_len: u32
) -> u16