FUSE_RENAME (12) — fuse_rename_in (8 bytes) with the new parent
nodeid, then oldname+NUL, then newname+NUL. The old parent is in
the request header.
Summary
Types
@type t() :: %Wick.Protocol.Request.Rename{ newdir: non_neg_integer(), newname: String.t(), oldname: String.t() }