func (p *Proj) Close() { if p.opened { C.pj_free(p.pj) p.opened = false } }
func (proj *Proj) Close() { if proj.p != nil { C.pj_free(proj.p) } }