pub trait ZnNormalizeTmpBytes { // Provided method fn zn_normalize_tmp_bytes(&self, n: usize) -> usize { ... } }