binaryninjacore_sys

Function BNGetTypePrinterTypeString

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