You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is in the last line: the Block's arg type should be the single-element tuple (c_uchar,) but it is missing the comma. This non-tuple type is incompatible with the BlockArguments trait.
Input C/C++ Header
Bindgen Invocation
Actual Results
The problem is in the last line: the Block's arg type should be the single-element tuple
(c_uchar,)
but it is missing the comma. This non-tuple type is incompatible with theBlockArguments
trait.Expected Results
Impact
Trying to invoke this function:
leads to error:
The text was updated successfully, but these errors were encountered: