Can I use Boost Numpy and Numpy C-API in one module? One way of using C-API is to define PY_ARRAY_UNIQUE_SYMBOL and use import_array. Is it normal to use Boost Numpy and define PY_ARRAY_UNIQUE_SYMBOL (and use import_array) in one module?