macro_rules! zst_set_len {
    ($self: ident, $new_len: expr) => { ... };
}