Author :
Dylan Baker
Date :
2022-02-04 16:06:08
Hash :f5d6bb71 Message :libpkgconf: remove const modifier from error_handler data pointer
Currently, the data pointer is `const void *`, which means that the
handler can't modify the data without casting away the constness.