@protected ffi.Pointer<ffi.Bool> api2wire_opt_box_autoadd_bool(bool? raw) { return raw == null ? ffi.nullptr : api2wire_box_autoadd_bool(raw); }