binaryninjacore_sys

Function BNGetTypePrinterTypeTokens

source
pub unsafe extern "C" fn BNGetTypePrinterTypeTokens(
    printer: *mut BNTypePrinter,
    type_: *mut BNType,
    platform: *mut BNPlatform,
    name: *mut BNQualifiedName,
    baseConfidence: u8,
    escaping: BNTokenEscapingType,
    result: *mut *mut BNInstructionTextToken,
    resultCount: *mut usize,
) -> bool