#pragma once #include void *DlopenExt(const char *path, int flags); void *DlopenMem(int memfd, int flags);