pub unsafe extern "C" fn AParcel_writeUint64(
parcel: *mut AParcel,
value: u64,
) -> binder_status_t
Expand description
Writes uint64_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.