pub unsafe extern "C" fn LLVMPrintModuleToString(
M: LLVMModuleRef,
) -> *mut c_charExpand description
Return a string representation of the module. Use LLVMDisposeMessage to free the string.
@see Module::print()
pub unsafe extern "C" fn LLVMPrintModuleToString(
M: LLVMModuleRef,
) -> *mut c_charReturn a string representation of the module. Use LLVMDisposeMessage to free the string.
@see Module::print()