pub unsafe fn deallocate_raw(ptr: NonNull<()>, layout: Layout)
Expand description

Deallocate an unsized allocation with the provided Layout.

Safety