macro_rules! check_internal {
    (
        $object:ident
    ) => { ... };
}