factory VecChar([int length = 0, int value = 0]) => VecChar.fromPointer(ccore.std_VecChar_new_1(length, value));