pub const LC_LOAD_WEAK_DYLIB: u32 = 0x18 | LC_REQ_DYLD; // 0x8000_0018u32
Expand description

load a dynamically linked shared library that is allowed to be missing (all symbols are weak imported).