<div dir="ltr">Hi everybody!<br><br>I need to call a C function with a NULL value in one of the parameter. I tried to send it a nil but I got an error in FFI when trying to call that function. The error is: &quot;cannot coerce arguments&quot;. Obviously this error says FFI cannot map from nil to null. <br>
<br>Do someone know how can I do this?<br><br>many thanks,<br><br>mariano<br></div>