is it possible to import `#define NAME val` from a C header file to Julia such that `NAME = val`?
is it possible to import
#define NAME valfrom a C header file to Julia such thatNAME = val?