Open
Description
Status quo as of this writing: If a function needs a safe wrapper in 8.1, but is natively safe from 8.2 onwards, then we generate a safe wrapper for 8.1 and a pass-through wrapper for 8.2 onwards
Question: should these pass-through wrappers be flagged as "deprecated", with a notice that people should just use the upstream function?