macro_rules! kdl_get_int_entry {
    ( $kdl_node:expr, $entry_name:expr ) => { ... };
}