macro_rules! div_ceil_implementation {
    ($type:ident) => { ... };
}