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