async fn handle_set_puk<H, C>( service: &mut CryptoService<H, C>, payload: &[u8], tx_buf: &mut [u8], ) -> usizewhere H: AteccHal, C: Clock, H::Error: Debug,