diff -r 38cb8e3992e8 -r ce13a778654a ucx/cx/common.h --- a/ucx/cx/common.h Thu Oct 03 18:54:19 2024 +0200 +++ b/ucx/cx/common.h Sun Oct 06 12:00:31 2024 +0200 @@ -101,7 +101,7 @@ * Function pointer compatible with fwrite-like functions. */ typedef size_t (*cx_write_func)( - void const *, + const void *, size_t, size_t, void *