int * b; auto Func2(Model * model) -> Color * * const; auto Func2(Model * model) -> Color * * const { return nullptr; } int * Funcf(Model * model, int * *);