pub unsafe extern "C" fn AParcel_readChar(
parcel: *const AParcel,
value: *mut u16,
) -> binder_status_t
Expand description
Reads into char16_t value from the next location in a non-null parcel.
Available since API level 29.
\param parcel the parcel to read from. \param value the value to read from the parcel.
\return STATUS_OK on successful read.