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