pub unsafe extern "C" fn BNGetTypePrinterTypeLines(
printer: *mut BNTypePrinter,
type_: *mut BNType,
types: *mut BNTypeContainer,
name: *mut BNQualifiedName,
paddingCols: c_int,
collapsed: bool,
escaping: BNTokenEscapingType,
result: *mut *mut BNTypeDefinitionLine,
resultCount: *mut usize,
) -> bool