[]Function wasi_common_lucet::__wasi_path_unlink_file

#[no_mangle]
pub unsafe extern "C" fn __wasi_path_unlink_file(
    vmctx_raw: *mut lucet_vmctx,
    dirfd: __wasi_fd_t,
    path_ptr: uintptr_t,
    path_len: size_t
) -> __wasi_errno_t