@protected ffi.Pointer<ffi.Int32> api2wire_opt_box_autoadd_i32(int? raw) { return raw == null ? ffi.nullptr : api2wire_box_autoadd_i32(raw); }