| 484 | remove_reference_t<Func> f; |
| 485 | |
| 486 | static capture *from_data(void **data) { |
| 487 | return PYBIND11_STD_LAUNDER(reinterpret_cast<capture *>(data)); |
| 488 | } |
| 489 | }; |
| 490 | |
| 491 | /* Store the function including any extra state it might have (e.g. a lambda capture |
nothing calls this directly
no outgoing calls
no test coverage detected