binaryninjacore_sys

Function BNDemangleLLVMWithOptions

source
pub unsafe extern "C" fn BNDemangleLLVMWithOptions(
    mangledName: *const c_char,
    outVarName: *mut *mut *mut c_char,
    outVarNameElements: *mut usize,
    view: *const BNBinaryView,
) -> bool