stdlib: Guard `@inlinable` use of `withMemoryRebound()` with `#if $TypedThrows`.
Older compilers can no longer see the definition of `withMemoryRebound()` now
that it has adopted typed throws (https://github.com/apple/swift/pull/72036).
Resolves rdar://124540428