macro_rules! status_to_enum {
    (unstable) => { ... };
    (incomplete) => { ... };
    (internal) => { ... };
}