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
#746 makes _as_c_str methods that are backed by a statically sized array return Result<&CStr, FromBytesUntilNulError> instead of &CStr. I believe the spec guarantees these members are null-terminated UTF-8 strings. Shouldn't the API reflect this?