// SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2025 The Ebitengine Authors package purego // Source for constants: https://github.com/NetBSD/src/blob/trunk/include/dlfcn.h const ( intSize = 32 << (^uint(0) >> 63) // 32 or 64 RTLD_DEFAULT = 1<