pub trait IntoRawPtr { // Required method fn into_raw(self) -> *mut (); }
Convert from into a raw pointer