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