option('data-signed',
type : 'feature',
value : 'disabled',
description : 'Switch whether to use signed data type')
option('data-bitness',
type : 'combo',
choices : ['64', '32', '16'],
value : '64',
description : 'Size of a data entry to use, in bits')