After migration to Swift 3 I have a problem with this code:
let cipherText = UnsafeMutablePointer<UInt8>(cipherData.mutableBytes)
Error
Cannot invoke initializer for type unsafemutablepointer with an argument list of type (UnsafeMutableRawPointer) Swift 3
How to fix this?