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
Could be wrong about this, also not causing any bugs so far as we typically read errors from a third response pointer provided to FFI error callbacks, instead of reading from FffiResult pointer.
Could be wrong about this, also not causing any bugs so far as we typically read errors from a third
responsepointer provided to FFI error callbacks, instead of reading fromFffiResultpointer.See definition in ffi_utils compared to our declaration.
error_descriptionshould bedescription?Type definition should be
CStringinstead of'string'?