macro_rules! fast_uninitialized {
    [$size : expr] => { ... };
    [$def_value : expr ; $size : expr] => { ... };
}