pub unsafe extern "C" fn AParcel_readFloat(
parcel: *const AParcel,
value: *mut f32,
) -> binder_status_t
Expand description
Reads into float 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.