pub unsafe extern "C" fn AParcel_writeInt32(
parcel: *mut AParcel,
value: i32,
) -> binder_status_t
Expand description
Writes int32_t value to the next location in a non-null parcel.
Available since API level 29.
\param parcel the parcel to write to. \param value the value to write to the parcel.
\return STATUS_OK on successful write.