As seen [in this line from the recent nightly builds on travis](https://travis-ci.org/RustAudio/coreaudio-rs/jobs/85088606#L62), `pub extern crate` shouldn't be used, and we should use `extern crate` and `pub use` instead.