[][src]Function opaque_pointer::free

pub unsafe fn free<T>(pointer: *mut T)

Free pointer to type.

Safety

Never call it twice. That could produce a HEAP error that produce a crash.