fix: drop redundant redeclarations in pybind11.h

These functions are already declared in function_record_pyobject.h,
attr.h, and type_caster_base.h; GCC 13 -Wredundant-decls rejects the
repeats.

Assisted-by: ClaudeCode:claude-fable-5
1 file changed