in include/py_serde.hpp [90:95]
nb::bytes to_bytes(const nb::object& item) const override { NB_OVERRIDE_PURE( to_bytes, // Name of function in C++ (must match Python name) item // Argument(s) ); }