Incorrect return type
Created by: tdbgamer
I believe this function is supposed to return size_t
. Actually it looks like all the functions in that file that return c_ulong
should return size_t
. I modified the type and the tests passed fine for me. Should I open a PR?