cdef extern from "" namespace "std": cdef cppclass shared_ptr[T]: shared_ptr() shared_ptr(T*) void reset() void reset(T*) T* get()