no_mangle
unsafe(no_mangle)
We can't just do `s/#\[no_mangle]/#[unsafe(no_mangle)]/g` because the version of cbingen we use doesn't understand the unsafe attribute yet. Part of #7998