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
Varargs extern functions are Copy but not Clone. This causes problems when trying to use bindgen on a C header file that contains stucts that contain extern function pointers.
The text was updated successfully, but these errors were encountered:
Varargs extern functions are
Copy
but notClone
. This causes problems when trying to use bindgen on a C header file that contains stucts that contain extern function pointers.The text was updated successfully, but these errors were encountered: