pub unsafe fn realloc(ptr: *mut u8, layout: Layout) -> *mut u8
Layout and pointer must be valid.
Alignment must match of original allocation.