pub fn crypto_box_open_detached_afternm_inplace( data: &mut [u8], mac: &Mac, nonce: &Nonce, key: &Key, ) -> Result<(), Error>
In-place variant of crypto_box_open_detached_afternm.
crypto_box_open_detached_afternm