pub(crate) unsafe extern "C" fn LLVMRustGetOrInsertFunction<'a>(
M: &'a Module,
Name: *const c_char,
NameLen: size_t,
FunctionTy: &'a Type,
) -> &'a ValueExpand description
FIXME: After dropping LLVM 21, migrate to LLVM-C’s LLVMGetOrInsertFunction.