pub const NCPLANE_OPTION_AUTOGROW: NcPlaneFlag_u64 = _; // 16u64Expand description
NcPlaneFlag_u64 flag that enables automatic growth of the plane to
accommodate output.
Creating a plane with this flag is equivalent to immediately calling
ncplane_set_autogrow(p, true) following plane creation.