% [first,second] = obj.create_MixedPtrs()
function [first,second] = create_MixedPtrs(obj)
error('need to compile create_MixedPtrs.cpp');
end