pub unsafe extern "C" fn LLVMGetNamedFunctionWithLength(
M: LLVMModuleRef,
Name: *const c_char,
Length: size_t,
) -> LLVMValueRef
Expand description
Obtain a Function value from a Module by its name.
The returned value corresponds to a Function value.