1
2
3
pub fn create_header_rid(id: usize) -> String {
	format!("rIdHeader{}", id)
}