CBox API allows to de-reference raw pointers without `unsafe` code
Details
CBox and CSemiBox are part of the public API of the cbox crate
and they allow to create smart pointers from raw pointers and de-reference
them without the need of unsafe code.