pub type Box = Unique<c_void, FreeFn>;
Alias to unique ptr, suitable for malloc
pub struct Box { /* private fields */ }
malloc