... by using gbinder_reader_read_hidl_struct() instead of
gbinder_reader_read_buffer(). The former doesn't allocate
anything - it returns direct pointer to the memory block
associated with the transaction.
This library would allow to share radio binder client between ofono
RIL I/O plugin and hypothetical Alien telephony emulation plugin.
And it generally incapsulates IRadio binder interface.