Function LLVMGetNamedFunctionWithLength

Source
#[no_mangle]
pub extern "C" fn LLVMGetNamedFunctionWithLength(
    M: LLVMModuleRef,
    Name: *const c_char,
    Length: size_t,
) -> LLVMValueRef