Add `PendingDeprecationWarning` to the existing library
As part of the broader migration to FFI, we will be deprecating the existing library. We want to make sure that end-users are aware of this upcoming change and can appropriately prepare for it.
The PendingDeprecationWarning is a warning that is not raised at runtime, and only is enabled by default in Python during development mode.