pub const NON_NULL_PARCELABLE_FLAG: i32 = 1;
Flag that specifies that the following parcelable is present.
This is the Rust equivalent of Parcel::kNonNullParcelableFlag from include/binder/Parcel.h in C++.
Parcel::kNonNullParcelableFlag
include/binder/Parcel.h