Function binder_ndk_sys::AParcel_readUint64

source ยท
pub unsafe extern "C" fn AParcel_readUint64(
    parcel: *const AParcel,
    value: *mut u64,
) -> binder_status_t
Expand description

Reads into uint64_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.