android/avrcp-lib: Use void pointer in register_notification

In this callback params vary depending on code. Passing those as void*
allows to avoid extra memcpy that would be otherwise needed to
avoid warnings due to increased alignment when casting.
3 files changed