fn decrypt( data: &[u8], config: &CipherConfig, ) -> Result<Box<[u8]>, CryptographyError>
from pg doc