pub unsafe extern "C" fn LLVMPrintTypeToString(
Val: LLVMTypeRef,
) -> *mut c_charExpand description
Return a string representation of the type. Use LLVMDisposeMessage to free the string.
@see llvm::Type::print()
pub unsafe extern "C" fn LLVMPrintTypeToString(
Val: LLVMTypeRef,
) -> *mut c_charReturn a string representation of the type. Use LLVMDisposeMessage to free the string.
@see llvm::Type::print()