pub const NULL_PARCELABLE_FLAG: i32 = 0;
Flag that specifies that the following parcelable is absent.
This is the Rust equivalent of Parcel::kNullParcelableFlag from include/binder/Parcel.h in C++.
Parcel::kNullParcelableFlag
include/binder/Parcel.h