pub unsafe extern "C" fn LLVMOrcGetMangledSymbol(
JITStack: *mut LLVMOrcOpaqueJITStack,
MangledSymbol: *mut *mut i8,
Symbol: *const i8,
)Expand description
Mangle the given symbol.
Memory is allocated for the mangled symbol, which will be owned by the client.