py_talloc_import_ex   45 lib/talloc/pytalloc.h PyObject *py_talloc_import_ex(PyTypeObject *py_type, TALLOC_CTX *mem_ctx, void *ptr);
py_talloc_import_ex   46 lib/talloc/pytalloc.h #define py_talloc_import(py_type, talloc_ptr) py_talloc_import_ex(py_type, talloc_ptr, talloc_ptr)