Log Message: Use const syntax correctly. const void * != void *const, and likewise, given the libz typedef "voidp" for void *, "const voidp" \ does not magically inject const inside the typedef'd type. Use the libz typedef "voidpc" instead. May fix PR 46996.