I want to manage pointer with smart pointer in my code, however I must call old C-style interface to get pointer, like that:
void getPointer(T** pT, int* pSize);