macro_rules! with_match_physical_integer_type {
    (
    $dtype:expr, | $_:tt $T:ident | $($body:tt)*
) => { ... };
}