pub(crate) fn path_unlink_file_internal(
    ctx: &mut FunctionEnvMut<'_, WasiEnv>,
    fd: Fd,
    path: &str,
) -> Result<Errno, WasiError>