LLVMPrintTypeToString

Function LLVMPrintTypeToString 

Source
pub unsafe extern "C" fn LLVMPrintTypeToString(
    Val: LLVMTypeRef,
) -> *mut c_char
Expand description

Return a string representation of the type. Use LLVMDisposeMessage to free the string.

@see llvm::Type::print()