Extend pyd's conversion mechanism. Will be used by d_to_python only if d_to_python cannot convert its argument by regular means.
A callable which takes a D type and returns a PyObject*, or any type convertible by d_to_python.
See Implementation
Extend pyd's conversion mechanism. Will be used by d_to_python only if d_to_python cannot convert its argument by regular means.