Function LLVMGetNamedGlobalWithLength

Source
pub unsafe extern "C" fn LLVMGetNamedGlobalWithLength(
    M: LLVMModuleRef,
    Name: *const c_char,
    Length: size_t,
) -> LLVMValueRef