binaryninjacore_sys

Function BNGetTypePrinterTypeStringAfterName

source
pub unsafe extern "C" fn BNGetTypePrinterTypeStringAfterName(
    printer: *mut BNTypePrinter,
    type_: *mut BNType,
    platform: *mut BNPlatform,
    escaping: BNTokenEscapingType,
    result: *mut *mut c_char,
) -> bool