ZyanVectorPushBack
ZYCORE_EXPORT ZyanStatus ZyanVectorPushBack(ZyanVector* vector, const void* element);
ZYAN_CHECK(ZyanVectorPushBack(&bitset->bits, &zero));
ZYAN_CHECK(ZyanVectorPushBack(vector, &zero));