<div dir="ltr">Hi,<div><br></div><div>I am using c2hs and I want to create bindings for a C function with the following signature:</div><div><br></div><div><div>my_function(my_struct_t*, int* values, size_t num_values);</div></div><div><br></div><div>Ideally I'd like to have a function that accepts [CInt], not a pair (pointer, size). </div><div>What is the easiest way to do it? Can c2hs help me with this or I need to do it manually?</div><div><br></div><div>Regards,</div><div>Alexey.</div></div>