pub unsafe extern "C" fn AParcel_unmarshal(
parcel: *mut AParcel,
buffer: *const u8,
len: usize,
) -> binder_status_t
Expand description
Set the data in the parcel to the raw bytes from the buffer.
Available since API level 33.
\param parcel The parcel to set data. \param buffer The data buffer to set. \param len The size of the data to set.
\return STATUS_OK on success.