Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Fix Cert API argument type errors
NativeLibraryHandleMethodArguments correctly setting the argument types causes argument type errors: ctypes.ArgumentError: argument 1: TypeError: expected LP_c_ubyte instance instead of bytes We can safely cast bytes as the native side marks it const.
- Loading branch information