fn test_nocrash_registration_response()

in src/serialization/tests.rs [712:714]


                fn test_nocrash_registration_response(bytes in vec(any::<u8>(), 0..200)) {
                    RegistrationResponse::<$CS>::deserialize(&bytes).map_or(true, |_| true);
                }