macro_rules! check_orphaned_and_set {
    ($struct_self: ident, $field: ident, $value: expr) => { ... };
}