pub unsafe extern "C" fn realloc( ptr: *mut u8, size: usize, align: usize, new_size: usize, ) -> *mut u8