Import macro directly rather than using #[macro_use].

`extern crate` makes it harder to keep track of dependencies, so we
prefer to import macros explicitly instead.

Bug: 261037227
Test: m keystore2_unsafe_fuzzer
Change-Id: I0ec95e9343a05c8f61c2cdca3ba601bae97c9187
1 file changed