void* functionWithLocalConstPointer() { void* pointer = nullptr; void* const LocalConstPointer = pointer; return LocalConstPointer; }