[][src]Function opaque_pointer::free

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

Free pointer to type.

Crashes

WARNING: never call it twice. That could produce a HEAP error that produce a crash.