pub unsafe extern "C" fn LLVMCloneModule(
M: LLVMModuleRef,
) -> LLVMModuleRefExpand description
Return an exact copy of the specified module.
pub unsafe extern "C" fn LLVMCloneModule(
M: LLVMModuleRef,
) -> LLVMModuleRefReturn an exact copy of the specified module.