Trait IntoRawPtr
atom
pub trait IntoRawPtr { unsafe fn into_raw(self) -> *mut (); }
Convert from into a raw pointer
unsafe fn into_raw(self) -> *mut ()
impl<T> IntoRawPtr for Box<T>
impl<T> IntoRawPtr for Arc<T>