pub unsafe extern "C" fn LLVMPrintDbgRecordToString(
Record: LLVMDbgRecordRef,
) -> *mut c_charExpand description
Return a string representation of the DbgRecord.
Use LLVMDisposeMessage to free the string.
pub unsafe extern "C" fn LLVMPrintDbgRecordToString(
Record: LLVMDbgRecordRef,
) -> *mut c_charReturn a string representation of the DbgRecord.
Use LLVMDisposeMessage to free the string.