Function rustc_codegen_llvm::llvm_::ffi::LLVMRustPrintModule[][src]

pub unsafe extern "C" fn LLVMRustPrintModule<'a>(
    M: &'a Module,
    Output: *const c_char,
    Demangle: extern "C" fn(_: *const c_char, _: size_t, _: *mut c_char, _: size_t) -> size_t
) -> LLVMRustResult