Hey, I'm using coreaudio-sys as a dependency for [CPAL](https://github.com/tomaka/cpal), and it seems that the pinned v 0.2.0 is failing to compile with the following error: ``` error: unexpected close delimiter: `]` --> /Users/.../coreaudio-sys-a6bbc6ed7b769743/out/coreaudio.rs:2040:33 | 2040 | #[derive(Copy, Clone)]; 16usize ] , }#[test] | ^ error: Could not compile `coreaudio-sys`. ``` I can't find other sources of people having this issue, so I'm not sure if it is on my end or not. Thanks!