pub unsafe fn dealloc(ptr: *mut u8, len: u32)
Release a buffer that alloc returned before
alloc
ptr must come from alloc with this exact len, and no code has freed it before.
ptr
len