diff -r ae61523bce20 -r 2f71f4ee247a ucx/cx/common.h --- a/ucx/cx/common.h Thu Oct 03 18:52:51 2024 +0200 +++ b/ucx/cx/common.h Sun Oct 06 18:18:04 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 *