rustc_codegen_llvm::llvm_::ffi

Function LLVMModuleCreateWithNameInContext

Source
pub unsafe extern "C" fn LLVMModuleCreateWithNameInContext(
    ModuleID: *const c_char,
    C: &Context,
) -> &Module