macro_rules! curve_test {
($test_name:ident, $field:ident, $affine:ident, $projective:ident, $iter_times:expr) => { ... };
}macro_rules! curve_test {
($test_name:ident, $field:ident, $affine:ident, $projective:ident, $iter_times:expr) => { ... };
}