The rpath_command contains a path which at runtime should be added to the current run path used to find @rpath prefixed dylibs.
pub const rpath_command = extern struct {
/// LC_RPATH
cmd: LC = .RPATH,
/// includes string
cmdsize: u32,
/// path to add to run path
path: u32,
}