native_callable

Indicates that an instance method is both native (implemented in C++) and can be called by other C++ code. You can see this specifier used on an instance method.