Compiling uefi-ffi v0.1.0 (/home/liam/uefi-sys) warning: type `__VERIFY_u8_ENUM_SIZE` should have an upper camel case name --> src/lib.rs:158:10 | 158 | pub type __VERIFY_u8_ENUM_SIZE = u32; | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VerifyU8EnumSize` | = note: `#[warn(non_camel_case_types)]` on by default warning: type `__VERIFY_u16_ENUM_SIZE` should have an upper camel case name --> src/lib.rs:160:10 | 160 | pub type __VERIFY_u16_ENUM_SIZE = u32; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VerifyU16EnumSize` warning: type `__VERIFY_u32_ENUM_SIZE` should have an upper camel case name --> src/lib.rs:162:10 | 162 | pub type __VERIFY_u32_ENUM_SIZE = u32; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VerifyU32EnumSize` warning: type `PHYSICAL_ADDRESS` should have an upper camel case name --> src/lib.rs:280:10 | 280 | pub type PHYSICAL_ADDRESS = u64; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PhysicalAddress` warning: type `LIST_ENTRY` should have an upper camel case name --> src/lib.rs:281:10 | 281 | pub type LIST_ENTRY = _LIST_ENTRY; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `ListEntry` warning: type `VA_LIST` should have an upper camel case name --> src/lib.rs:321:10 | 321 | pub type VA_LIST = __builtin_ms_va_list; | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` warning: type `BASE_LIST` should have an upper camel case name --> src/lib.rs:322:10 | 322 | pub type BASE_LIST = *mut usize; | ^^^^^^^^^ help: convert the identifier to upper camel case: `BaseList` warning: type `RETURN_STATUS` should have an upper camel case name --> src/lib.rs:323:10 | 323 | pub type RETURN_STATUS = usize; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ReturnStatus` warning: type `EFI_GUID` should have an upper camel case name --> src/lib.rs:324:10 | 324 | pub type EFI_GUID = GUID; | ^^^^^^^^ help: convert the identifier to upper camel case: `EfiGuid` warning: type `EFI_STATUS` should have an upper camel case name --> src/lib.rs:325:10 | 325 | pub type EFI_STATUS = RETURN_STATUS; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiStatus` warning: type `EFI_HANDLE` should have an upper camel case name --> src/lib.rs:326:10 | 326 | pub type EFI_HANDLE = *mut u8; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHandle` warning: type `EFI_EVENT` should have an upper camel case name --> src/lib.rs:327:10 | 327 | pub type EFI_EVENT = *mut u8; | ^^^^^^^^^ help: convert the identifier to upper camel case: `EfiEvent` warning: type `EFI_TPL` should have an upper camel case name --> src/lib.rs:328:10 | 328 | pub type EFI_TPL = usize; | ^^^^^^^ help: convert the identifier to upper camel case: `EfiTpl` warning: type `EFI_LBA` should have an upper camel case name --> src/lib.rs:329:10 | 329 | pub type EFI_LBA = u64; | ^^^^^^^ help: convert the identifier to upper camel case: `EfiLba` warning: type `EFI_PHYSICAL_ADDRESS` should have an upper camel case name --> src/lib.rs:330:10 | 330 | pub type EFI_PHYSICAL_ADDRESS = u64; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiPhysicalAddress` warning: type `EFI_VIRTUAL_ADDRESS` should have an upper camel case name --> src/lib.rs:331:10 | 331 | pub type EFI_VIRTUAL_ADDRESS = u64; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiVirtualAddress` warning: type `EFI_IPv4_ADDRESS` should have an upper camel case name --> src/lib.rs:470:10 | 470 | pub type EFI_IPv4_ADDRESS = IPv4_ADDRESS; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIpv4Address` warning: type `EFI_IPv6_ADDRESS` should have an upper camel case name --> src/lib.rs:471:10 | 471 | pub type EFI_IPv6_ADDRESS = IPv6_ADDRESS; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIpv6Address` warning: type `EFI_MEMORY_TYPE` should have an upper camel case name --> src/lib.rs:778:10 | 778 | pub type EFI_MEMORY_TYPE = u32; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiMemoryType` warning: type `EFI_RESET_TYPE` should have an upper camel case name --> src/lib.rs:783:10 | 783 | pub type EFI_RESET_TYPE = u32; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiResetType` warning: type `EFI_DEVICE_PATH` should have an upper camel case name --> src/lib.rs:50592:10 | 50592 | pub type EFI_DEVICE_PATH = EFI_DEVICE_PATH_PROTOCOL; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiDevicePath` warning: type `VENDOR_DEFINED_DEVICE_PATH` should have an upper camel case name --> src/lib.rs:52144:10 | 52144 | pub type VENDOR_DEFINED_DEVICE_PATH = VENDOR_DEVICE_PATH; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VendorDefinedDevicePath` warning: type `EFI_SIMPLE_TEXT_INPUT_PROTOCOL` should have an upper camel case name --> src/lib.rs:54556:10 | 54556 | pub type EFI_SIMPLE_TEXT_INPUT_PROTOCOL = _EFI_SIMPLE_TEXT_INPUT_PROTOCOL; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSimpleTextInputProtocol` warning: type `SIMPLE_INPUT_INTERFACE` should have an upper camel case name --> src/lib.rs:54557:10 | 54557 | pub type SIMPLE_INPUT_INTERFACE = _EFI_SIMPLE_TEXT_INPUT_PROTOCOL; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SimpleInputInterface` warning: type `EFI_INPUT_RESET` should have an upper camel case name --> src/lib.rs:54597:10 | 54597 | pub type EFI_INPUT_RESET = core::option::Option< | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInputReset` warning: type `EFI_INPUT_READ_KEY` should have an upper camel case name --> src/lib.rs:54603:10 | 54603 | pub type EFI_INPUT_READ_KEY = core::option::Option< | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInputReadKey` warning: type `EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL` should have an upper camel case name --> src/lib.rs:54670:10 | 54670 | pub type EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL = _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSimpleTextInputExProtocol` warning: type `EFI_INPUT_RESET_EX` should have an upper camel case name --> src/lib.rs:54671:10 | 54671 | pub type EFI_INPUT_RESET_EX = core::option::Option< | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInputResetEx` warning: type `EFI_KEY_TOGGLE_STATE` should have an upper camel case name --> src/lib.rs:54677:10 | 54677 | pub type EFI_KEY_TOGGLE_STATE = u8; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiKeyToggleState` warning: type `EFI_KEY_STATE` should have an upper camel case name --> src/lib.rs:54717:10 | 54717 | pub type EFI_KEY_STATE = _EFI_KEY_STATE; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiKeyState` warning: type `EFI_INPUT_READ_KEY_EX` should have an upper camel case name --> src/lib.rs:54757:10 | 54757 | pub type EFI_INPUT_READ_KEY_EX = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInputReadKeyEx` warning: type `EFI_SET_STATE` should have an upper camel case name --> src/lib.rs:54763:10 | 54763 | pub type EFI_SET_STATE = core::option::Option< | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetState` warning: type `EFI_KEY_NOTIFY_FUNCTION` should have an upper camel case name --> src/lib.rs:54769:10 | 54769 | pub type EFI_KEY_NOTIFY_FUNCTION = | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiKeyNotifyFunction` warning: type `EFI_REGISTER_KEYSTROKE_NOTIFY` should have an upper camel case name --> src/lib.rs:54771:10 | 54771 | pub type EFI_REGISTER_KEYSTROKE_NOTIFY = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiRegisterKeystrokeNotify` warning: type `EFI_UNREGISTER_KEYSTROKE_NOTIFY` should have an upper camel case name --> src/lib.rs:54779:10 | 54779 | pub type EFI_UNREGISTER_KEYSTROKE_NOTIFY = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiUnregisterKeystrokeNotify` warning: type `EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL` should have an upper camel case name --> src/lib.rs:54892:10 | 54892 | pub type EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL = _EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSimpleTextOutputProtocol` warning: type `SIMPLE_TEXT_OUTPUT_INTERFACE` should have an upper camel case name --> src/lib.rs:54893:10 | 54893 | pub type SIMPLE_TEXT_OUTPUT_INTERFACE = EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SimpleTextOutputInterface` warning: type `EFI_TEXT_RESET` should have an upper camel case name --> src/lib.rs:54894:10 | 54894 | pub type EFI_TEXT_RESET = core::option::Option< | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextReset` warning: type `EFI_TEXT_STRING` should have an upper camel case name --> src/lib.rs:54900:10 | 54900 | pub type EFI_TEXT_STRING = core::option::Option< | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextString` warning: type `EFI_TEXT_TEST_STRING` should have an upper camel case name --> src/lib.rs:54906:10 | 54906 | pub type EFI_TEXT_TEST_STRING = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextTestString` warning: type `EFI_TEXT_QUERY_MODE` should have an upper camel case name --> src/lib.rs:54912:10 | 54912 | pub type EFI_TEXT_QUERY_MODE = core::option::Option< | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextQueryMode` warning: type `EFI_TEXT_SET_MODE` should have an upper camel case name --> src/lib.rs:54920:10 | 54920 | pub type EFI_TEXT_SET_MODE = core::option::Option< | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextSetMode` warning: type `EFI_TEXT_SET_ATTRIBUTE` should have an upper camel case name --> src/lib.rs:54926:10 | 54926 | pub type EFI_TEXT_SET_ATTRIBUTE = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextSetAttribute` warning: type `EFI_TEXT_CLEAR_SCREEN` should have an upper camel case name --> src/lib.rs:54932:10 | 54932 | pub type EFI_TEXT_CLEAR_SCREEN = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextClearScreen` warning: type `EFI_TEXT_SET_CURSOR_POSITION` should have an upper camel case name --> src/lib.rs:54935:10 | 54935 | pub type EFI_TEXT_SET_CURSOR_POSITION = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextSetCursorPosition` warning: type `EFI_TEXT_ENABLE_CURSOR` should have an upper camel case name --> src/lib.rs:54942:10 | 54942 | pub type EFI_TEXT_ENABLE_CURSOR = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextEnableCursor` warning: type `EFI_ALLOCATE_TYPE` should have an upper camel case name --> src/lib.rs:55210:10 | 55210 | pub type EFI_ALLOCATE_TYPE = u32; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiAllocateType` warning: type `EFI_ALLOCATE_PAGES` should have an upper camel case name --> src/lib.rs:55289:10 | 55289 | pub type EFI_ALLOCATE_PAGES = core::option::Option< | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiAllocatePages` warning: type `EFI_FREE_PAGES` should have an upper camel case name --> src/lib.rs:55297:10 | 55297 | pub type EFI_FREE_PAGES = core::option::Option< | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiFreePages` warning: type `EFI_GET_MEMORY_MAP` should have an upper camel case name --> src/lib.rs:55300:10 | 55300 | pub type EFI_GET_MEMORY_MAP = core::option::Option< | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetMemoryMap` warning: type `EFI_ALLOCATE_POOL` should have an upper camel case name --> src/lib.rs:55309:10 | 55309 | pub type EFI_ALLOCATE_POOL = core::option::Option< | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiAllocatePool` warning: type `EFI_FREE_POOL` should have an upper camel case name --> src/lib.rs:55316:10 | 55316 | pub type EFI_FREE_POOL = | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiFreePool` warning: type `EFI_SET_VIRTUAL_ADDRESS_MAP` should have an upper camel case name --> src/lib.rs:55318:10 | 55318 | pub type EFI_SET_VIRTUAL_ADDRESS_MAP = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetVirtualAddressMap` warning: type `EFI_CONNECT_CONTROLLER` should have an upper camel case name --> src/lib.rs:55326:10 | 55326 | pub type EFI_CONNECT_CONTROLLER = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiConnectController` warning: type `EFI_DISCONNECT_CONTROLLER` should have an upper camel case name --> src/lib.rs:55334:10 | 55334 | pub type EFI_DISCONNECT_CONTROLLER = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiDisconnectController` warning: type `EFI_CONVERT_POINTER` should have an upper camel case name --> src/lib.rs:55341:10 | 55341 | pub type EFI_CONVERT_POINTER = core::option::Option< | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiConvertPointer` warning: type `EFI_EVENT_NOTIFY` should have an upper camel case name --> src/lib.rs:55347:10 | 55347 | pub type EFI_EVENT_NOTIFY = core::option::Option< | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiEventNotify` warning: type `EFI_CREATE_EVENT` should have an upper camel case name --> src/lib.rs:55350:10 | 55350 | pub type EFI_CREATE_EVENT = core::option::Option< | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCreateEvent` warning: type `EFI_CREATE_EVENT_EX` should have an upper camel case name --> src/lib.rs:55359:10 | 55359 | pub type EFI_CREATE_EVENT_EX = core::option::Option< | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCreateEventEx` warning: type `EFI_TIMER_DELAY` should have an upper camel case name --> src/lib.rs:55372:10 | 55372 | pub type EFI_TIMER_DELAY = u32; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTimerDelay` warning: type `EFI_SET_TIMER` should have an upper camel case name --> src/lib.rs:55373:10 | 55373 | pub type EFI_SET_TIMER = core::option::Option< | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetTimer` warning: type `EFI_SIGNAL_EVENT` should have an upper camel case name --> src/lib.rs:55380:10 | 55380 | pub type EFI_SIGNAL_EVENT = | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSignalEvent` warning: type `EFI_WAIT_FOR_EVENT` should have an upper camel case name --> src/lib.rs:55382:10 | 55382 | pub type EFI_WAIT_FOR_EVENT = core::option::Option< | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiWaitForEvent` warning: type `EFI_CLOSE_EVENT` should have an upper camel case name --> src/lib.rs:55389:10 | 55389 | pub type EFI_CLOSE_EVENT = | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCloseEvent` warning: type `EFI_CHECK_EVENT` should have an upper camel case name --> src/lib.rs:55391:10 | 55391 | pub type EFI_CHECK_EVENT = | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCheckEvent` warning: type `EFI_RAISE_TPL` should have an upper camel case name --> src/lib.rs:55393:10 | 55393 | pub type EFI_RAISE_TPL = core::option::Option EFI_TPL>; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiRaiseTpl` warning: type `EFI_RESTORE_TPL` should have an upper camel case name --> src/lib.rs:55394:10 | 55394 | pub type EFI_RESTORE_TPL = core::option::Option; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiRestoreTpl` warning: type `EFI_GET_VARIABLE` should have an upper camel case name --> src/lib.rs:55395:10 | 55395 | pub type EFI_GET_VARIABLE = core::option::Option< | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetVariable` warning: type `EFI_GET_NEXT_VARIABLE_NAME` should have an upper camel case name --> src/lib.rs:55404:10 | 55404 | pub type EFI_GET_NEXT_VARIABLE_NAME = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetNextVariableName` warning: type `EFI_SET_VARIABLE` should have an upper camel case name --> src/lib.rs:55411:10 | 55411 | pub type EFI_SET_VARIABLE = core::option::Option< | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetVariable` warning: type `EFI_GET_TIME` should have an upper camel case name --> src/lib.rs:55474:10 | 55474 | pub type EFI_GET_TIME = core::option::Option< | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetTime` warning: type `EFI_SET_TIME` should have an upper camel case name --> src/lib.rs:55480:10 | 55480 | pub type EFI_SET_TIME = | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetTime` warning: type `EFI_GET_WAKEUP_TIME` should have an upper camel case name --> src/lib.rs:55482:10 | 55482 | pub type EFI_GET_WAKEUP_TIME = core::option::Option< | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetWakeupTime` warning: type `EFI_SET_WAKEUP_TIME` should have an upper camel case name --> src/lib.rs:55489:10 | 55489 | pub type EFI_SET_WAKEUP_TIME = | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetWakeupTime` warning: type `EFI_IMAGE_LOAD` should have an upper camel case name --> src/lib.rs:55491:10 | 55491 | pub type EFI_IMAGE_LOAD = core::option::Option< | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageLoad` warning: type `EFI_IMAGE_START` should have an upper camel case name --> src/lib.rs:55501:10 | 55501 | pub type EFI_IMAGE_START = core::option::Option< | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageStart` warning: type `EFI_EXIT` should have an upper camel case name --> src/lib.rs:55508:10 | 55508 | pub type EFI_EXIT = core::option::Option< | ^^^^^^^^ help: convert the identifier to upper camel case: `EfiExit` warning: type `EFI_IMAGE_UNLOAD` should have an upper camel case name --> src/lib.rs:55516:10 | 55516 | pub type EFI_IMAGE_UNLOAD = | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageUnload` warning: type `EFI_EXIT_BOOT_SERVICES` should have an upper camel case name --> src/lib.rs:55518:10 | 55518 | pub type EFI_EXIT_BOOT_SERVICES = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiExitBootServices` warning: type `EFI_STALL` should have an upper camel case name --> src/lib.rs:55521:10 | 55521 | pub type EFI_STALL = core::option::Option EFI_STATUS>; | ^^^^^^^^^ help: convert the identifier to upper camel case: `EfiStall` warning: type `EFI_SET_WATCHDOG_TIMER` should have an upper camel case name --> src/lib.rs:55522:10 | 55522 | pub type EFI_SET_WATCHDOG_TIMER = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetWatchdogTimer` warning: type `EFI_RESET_SYSTEM` should have an upper camel case name --> src/lib.rs:55530:10 | 55530 | pub type EFI_RESET_SYSTEM = core::option::Option< | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiResetSystem` warning: type `EFI_GET_NEXT_MONOTONIC_COUNT` should have an upper camel case name --> src/lib.rs:55538:10 | 55538 | pub type EFI_GET_NEXT_MONOTONIC_COUNT = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetNextMonotonicCount` warning: type `EFI_GET_NEXT_HIGH_MONO_COUNT` should have an upper camel case name --> src/lib.rs:55540:10 | 55540 | pub type EFI_GET_NEXT_HIGH_MONO_COUNT = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetNextHighMonoCount` warning: type `EFI_CALCULATE_CRC32` should have an upper camel case name --> src/lib.rs:55542:10 | 55542 | pub type EFI_CALCULATE_CRC32 = core::option::Option< | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCalculateCrc32` warning: type `EFI_COPY_MEM` should have an upper camel case name --> src/lib.rs:55549:10 | 55549 | pub type EFI_COPY_MEM = core::option::Option< | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCopyMem` warning: type `EFI_SET_MEM` should have an upper camel case name --> src/lib.rs:55556:10 | 55556 | pub type EFI_SET_MEM = core::option::Option< | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetMem` warning: type `EFI_INTERFACE_TYPE` should have an upper camel case name --> src/lib.rs:55560:10 | 55560 | pub type EFI_INTERFACE_TYPE = u32; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInterfaceType` warning: type `EFI_INSTALL_PROTOCOL_INTERFACE` should have an upper camel case name --> src/lib.rs:55561:10 | 55561 | pub type EFI_INSTALL_PROTOCOL_INTERFACE = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInstallProtocolInterface` warning: type `EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES` should have an upper camel case name --> src/lib.rs:55569:10 | 55569 | pub type EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInstallMultipleProtocolInterfaces` warning: type `EFI_REINSTALL_PROTOCOL_INTERFACE` should have an upper camel case name --> src/lib.rs:55571:10 | 55571 | pub type EFI_REINSTALL_PROTOCOL_INTERFACE = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiReinstallProtocolInterface` warning: type `EFI_UNINSTALL_PROTOCOL_INTERFACE` should have an upper camel case name --> src/lib.rs:55579:10 | 55579 | pub type EFI_UNINSTALL_PROTOCOL_INTERFACE = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiUninstallProtocolInterface` warning: type `EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES` should have an upper camel case name --> src/lib.rs:55586:10 | 55586 | pub type EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiUninstallMultipleProtocolInterfaces` warning: type `EFI_HANDLE_PROTOCOL` should have an upper camel case name --> src/lib.rs:55588:10 | 55588 | pub type EFI_HANDLE_PROTOCOL = core::option::Option< | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHandleProtocol` warning: type `EFI_OPEN_PROTOCOL` should have an upper camel case name --> src/lib.rs:55595:10 | 55595 | pub type EFI_OPEN_PROTOCOL = core::option::Option< | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiOpenProtocol` warning: type `EFI_CLOSE_PROTOCOL` should have an upper camel case name --> src/lib.rs:55605:10 | 55605 | pub type EFI_CLOSE_PROTOCOL = core::option::Option< | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCloseProtocol` warning: type `EFI_OPEN_PROTOCOL_INFORMATION` should have an upper camel case name --> src/lib.rs:55689:10 | 55689 | pub type EFI_OPEN_PROTOCOL_INFORMATION = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiOpenProtocolInformation` warning: type `EFI_PROTOCOLS_PER_HANDLE` should have an upper camel case name --> src/lib.rs:55697:10 | 55697 | pub type EFI_PROTOCOLS_PER_HANDLE = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiProtocolsPerHandle` warning: type `EFI_REGISTER_PROTOCOL_NOTIFY` should have an upper camel case name --> src/lib.rs:55704:10 | 55704 | pub type EFI_REGISTER_PROTOCOL_NOTIFY = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiRegisterProtocolNotify` warning: type `EFI_LOCATE_SEARCH_TYPE` should have an upper camel case name --> src/lib.rs:55714:10 | 55714 | pub type EFI_LOCATE_SEARCH_TYPE = u32; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateSearchType` warning: type `EFI_LOCATE_HANDLE` should have an upper camel case name --> src/lib.rs:55715:10 | 55715 | pub type EFI_LOCATE_HANDLE = core::option::Option< | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateHandle` warning: type `EFI_LOCATE_DEVICE_PATH` should have an upper camel case name --> src/lib.rs:55724:10 | 55724 | pub type EFI_LOCATE_DEVICE_PATH = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateDevicePath` warning: type `EFI_INSTALL_CONFIGURATION_TABLE` should have an upper camel case name --> src/lib.rs:55731:10 | 55731 | pub type EFI_INSTALL_CONFIGURATION_TABLE = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInstallConfigurationTable` warning: type `EFI_LOCATE_HANDLE_BUFFER` should have an upper camel case name --> src/lib.rs:55734:10 | 55734 | pub type EFI_LOCATE_HANDLE_BUFFER = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateHandleBuffer` warning: type `EFI_LOCATE_PROTOCOL` should have an upper camel case name --> src/lib.rs:55743:10 | 55743 | pub type EFI_LOCATE_PROTOCOL = core::option::Option< | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateProtocol` warning: type `EFI_UPDATE_CAPSULE` should have an upper camel case name --> src/lib.rs:55949:10 | 55949 | pub type EFI_UPDATE_CAPSULE = core::option::Option< | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiUpdateCapsule` warning: type `EFI_QUERY_CAPSULE_CAPABILITIES` should have an upper camel case name --> src/lib.rs:55956:10 | 55956 | pub type EFI_QUERY_CAPSULE_CAPABILITIES = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiQueryCapsuleCapabilities` warning: type `EFI_QUERY_VARIABLE_INFO` should have an upper camel case name --> src/lib.rs:55964:10 | 55964 | pub type EFI_QUERY_VARIABLE_INFO = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiQueryVariableInfo` warning: type `EFI_IMAGE_ENTRY_POINT` should have an upper camel case name --> src/lib.rs:56957:10 | 56957 | pub type EFI_IMAGE_ENTRY_POINT = core::option::Option< | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageEntryPoint` warning: type `EFI_LOAD_OPTION` should have an upper camel case name --> src/lib.rs:57001:10 | 57001 | pub type EFI_LOAD_OPTION = _EFI_LOAD_OPTION; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLoadOption` warning: type `PXE_VOID` should have an upper camel case name --> src/lib.rs:57221:10 | 57221 | pub type PXE_VOID = u8; | ^^^^^^^^ help: convert the identifier to upper camel case: `PxeVoid` warning: type `PXE_u8` should have an upper camel case name --> src/lib.rs:57222:10 | 57222 | pub type PXE_u8 = u8; | ^^^^^^ help: convert the identifier to upper camel case: `PxeU8` warning: type `PXE_u16` should have an upper camel case name --> src/lib.rs:57223:10 | 57223 | pub type PXE_u16 = u16; | ^^^^^^^ help: convert the identifier to upper camel case: `PxeU16` warning: type `PXE_u32` should have an upper camel case name --> src/lib.rs:57224:10 | 57224 | pub type PXE_u32 = u32; | ^^^^^^^ help: convert the identifier to upper camel case: `PxeU32` warning: type `PXE_usize` should have an upper camel case name --> src/lib.rs:57225:10 | 57225 | pub type PXE_usize = usize; | ^^^^^^^^^ help: convert the identifier to upper camel case: `PxeUsize` warning: type `PXE_u64` should have an upper camel case name --> src/lib.rs:57226:10 | 57226 | pub type PXE_u64 = u64; | ^^^^^^^ help: convert the identifier to upper camel case: `PxeU64` warning: type `PXE_BOOL` should have an upper camel case name --> src/lib.rs:57227:10 | 57227 | pub type PXE_BOOL = PXE_u8; | ^^^^^^^^ help: convert the identifier to upper camel case: `PxeBool` warning: type `PXE_OPCODE` should have an upper camel case name --> src/lib.rs:57228:10 | 57228 | pub type PXE_OPCODE = PXE_u16; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeOpcode` warning: type `PXE_OPFLAGS` should have an upper camel case name --> src/lib.rs:57229:10 | 57229 | pub type PXE_OPFLAGS = PXE_u16; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeOpflags` warning: type `PXE_STATFLAGS` should have an upper camel case name --> src/lib.rs:57230:10 | 57230 | pub type PXE_STATFLAGS = PXE_u16; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeStatflags` warning: type `PXE_STATCODE` should have an upper camel case name --> src/lib.rs:57231:10 | 57231 | pub type PXE_STATCODE = PXE_u16; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeStatcode` warning: type `PXE_IFNUM` should have an upper camel case name --> src/lib.rs:57232:10 | 57232 | pub type PXE_IFNUM = PXE_u16; | ^^^^^^^^^ help: convert the identifier to upper camel case: `PxeIfnum` warning: type `PXE_CONTROL` should have an upper camel case name --> src/lib.rs:57233:10 | 57233 | pub type PXE_CONTROL = PXE_u16; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeControl` warning: type `PXE_FRAME_TYPE` should have an upper camel case name --> src/lib.rs:57234:10 | 57234 | pub type PXE_FRAME_TYPE = PXE_u8; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeFrameType` warning: type `PXE_IPV4` should have an upper camel case name --> src/lib.rs:57235:10 | 57235 | pub type PXE_IPV4 = PXE_u32; | ^^^^^^^^ help: convert the identifier to upper camel case: `PxeIpv4` warning: type `PXE_IPV6` should have an upper camel case name --> src/lib.rs:57236:10 | 57236 | pub type PXE_IPV6 = [PXE_u32; 4usize]; | ^^^^^^^^ help: convert the identifier to upper camel case: `PxeIpv6` warning: type `PXE_MAC_ADDR` should have an upper camel case name --> src/lib.rs:57237:10 | 57237 | pub type PXE_MAC_ADDR = [PXE_u8; 32usize]; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeMacAddr` warning: type `PXE_IFTYPE` should have an upper camel case name --> src/lib.rs:57238:10 | 57238 | pub type PXE_IFTYPE = PXE_u8; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeIftype` warning: type `PXE_MEDIA_PROTOCOL` should have an upper camel case name --> src/lib.rs:57239:10 | 57239 | pub type PXE_MEDIA_PROTOCOL = u16; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeMediaProtocol` warning: type `PXE_HW_UNDI` should have an upper camel case name --> src/lib.rs:57367:10 | 57367 | pub type PXE_HW_UNDI = s_pxe_hw_undi; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeHwUndi` warning: type `PXE_SW_UNDI` should have an upper camel case name --> src/lib.rs:57539:10 | 57539 | pub type PXE_SW_UNDI = s_pxe_sw_undi; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeSwUndi` warning: type `PXE_UNDI` should have an upper camel case name --> src/lib.rs:57580:10 | 57580 | pub type PXE_UNDI = u_pxe_undi; | ^^^^^^^^ help: convert the identifier to upper camel case: `PxeUndi` warning: type `PXE_CDB` should have an upper camel case name --> src/lib.rs:57708:10 | 57708 | pub type PXE_CDB = s_pxe_cdb; | ^^^^^^^ help: convert the identifier to upper camel case: `PxeCdb` warning: type `PXE_IP_ADDR` should have an upper camel case name --> src/lib.rs:57749:10 | 57749 | pub type PXE_IP_ADDR = u_pxe_ip_addr; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeIpAddr` warning: type `PXE_DEVICE` should have an upper camel case name --> src/lib.rs:57855:10 | 57855 | pub type PXE_DEVICE = pxe_device; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDevice` warning: type `PXE_CPB_START_30` should have an upper camel case name --> src/lib.rs:57917:10 | 57917 | pub type PXE_CPB_START_30 = s_pxe_cpb_start_30; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbStart30` warning: type `PXE_CPB_START_31` should have an upper camel case name --> src/lib.rs:58023:10 | 58023 | pub type PXE_CPB_START_31 = s_pxe_cpb_start_31; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbStart31` warning: type `PXE_DB_GET_INIT_INFO` should have an upper camel case name --> src/lib.rs:58228:10 | 58228 | pub type PXE_DB_GET_INIT_INFO = s_pxe_db_get_init_info; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbGetInitInfo` warning: type `PXE_PCI_CONFIG_INFO` should have an upper camel case name --> src/lib.rs:58364:10 | 58364 | pub type PXE_PCI_CONFIG_INFO = s_pxe_pci_config_info; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxePciConfigInfo` warning: type `PXE_PCC_CONFIG_INFO` should have an upper camel case name --> src/lib.rs:58500:10 | 58500 | pub type PXE_PCC_CONFIG_INFO = s_pxe_pcc_config_info; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxePccConfigInfo` warning: type `PXE_DB_GET_CONFIG_INFO` should have an upper camel case name --> src/lib.rs:58541:10 | 58541 | pub type PXE_DB_GET_CONFIG_INFO = u_pxe_db_get_config_info; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbGetConfigInfo` warning: type `PXE_CPB_INITIALIZE` should have an upper camel case name --> src/lib.rs:58662:10 | 58662 | pub type PXE_CPB_INITIALIZE = s_pxe_cpb_initialize; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbInitialize` warning: type `PXE_DB_INITIALIZE` should have an upper camel case name --> src/lib.rs:58735:10 | 58735 | pub type PXE_DB_INITIALIZE = s_pxe_db_initialize; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbInitialize` warning: type `PXE_CPB_RECEIVE_FILTERS` should have an upper camel case name --> src/lib.rs:58766:10 | 58766 | pub type PXE_CPB_RECEIVE_FILTERS = s_pxe_cpb_receive_filters; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbReceiveFilters` warning: type `PXE_DB_RECEIVE_FILTERS` should have an upper camel case name --> src/lib.rs:58797:10 | 58797 | pub type PXE_DB_RECEIVE_FILTERS = s_pxe_db_receive_filters; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbReceiveFilters` warning: type `PXE_CPB_STATION_ADDRESS` should have an upper camel case name --> src/lib.rs:58828:10 | 58828 | pub type PXE_CPB_STATION_ADDRESS = s_pxe_cpb_station_address; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbStationAddress` warning: type `PXE_DB_STATION_ADDRESS` should have an upper camel case name --> src/lib.rs:58885:10 | 58885 | pub type PXE_DB_STATION_ADDRESS = s_pxe_dpb_station_address; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbStationAddress` warning: type `PXE_DB_STATISTICS` should have an upper camel case name --> src/lib.rs:58925:10 | 58925 | pub type PXE_DB_STATISTICS = s_pxe_db_statistics; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbStatistics` warning: type `PXE_CPB_MCAST_IP_TO_MAC` should have an upper camel case name --> src/lib.rs:58954:10 | 58954 | pub type PXE_CPB_MCAST_IP_TO_MAC = s_pxe_cpb_mcast_ip_to_mac; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbMcastIpToMac` warning: type `PXE_DB_MCAST_IP_TO_MAC` should have an upper camel case name --> src/lib.rs:58983:10 | 58983 | pub type PXE_DB_MCAST_IP_TO_MAC = s_pxe_db_mcast_ip_to_mac; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbMcastIpToMac` warning: type `PXE_CPB_NVDATA_SPARSE` should have an upper camel case name --> src/lib.rs:59129:10 | 59129 | pub type PXE_CPB_NVDATA_SPARSE = s_pxe_cpb_nvdata_sparse; | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbNvdataSparse` warning: type `PXE_CPB_NVDATA_BULK` should have an upper camel case name --> src/lib.rs:59181:10 | 59181 | pub type PXE_CPB_NVDATA_BULK = u_pxe_cpb_nvdata_bulk; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbNvdataBulk` warning: type `PXE_DB_NVDATA` should have an upper camel case name --> src/lib.rs:59267:10 | 59267 | pub type PXE_DB_NVDATA = s_pxe_db_nvdata; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbNvdata` warning: type `PXE_DB_GET_STATUS` should have an upper camel case name --> src/lib.rs:59318:10 | 59318 | pub type PXE_DB_GET_STATUS = s_pxe_db_get_status; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbGetStatus` warning: type `PXE_CPB_FILL_HEADER` should have an upper camel case name --> src/lib.rs:59406:10 | 59406 | pub type PXE_CPB_FILL_HEADER = s_pxe_cpb_fill_header; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbFillHeader` warning: type `PXE_CPB_FILL_HEADER_FRAGMENTED` should have an upper camel case name --> src/lib.rs:59604:10 | 59604 | pub type PXE_CPB_FILL_HEADER_FRAGMENTED = s_pxe_cpb_fill_header_fragmented; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbFillHeaderFragmented` warning: type `PXE_CPB_TRANSMIT` should have an upper camel case name --> src/lib.rs:59668:10 | 59668 | pub type PXE_CPB_TRANSMIT = s_pxe_cpb_transmit; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbTransmit` warning: type `PXE_CPB_TRANSMIT_FRAGMENTS` should have an upper camel case name --> src/lib.rs:59804:10 | 59804 | pub type PXE_CPB_TRANSMIT_FRAGMENTS = s_pxe_cpb_transmit_fragments; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbTransmitFragments` warning: type `PXE_CPB_RECEIVE` should have an upper camel case name --> src/lib.rs:59855:10 | 59855 | pub type PXE_CPB_RECEIVE = s_pxe_cpb_receive; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbReceive` warning: type `PXE_DB_RECEIVE` should have an upper camel case name --> src/lib.rs:59950:10 | 59950 | pub type PXE_DB_RECEIVE = s_pxe_db_receive; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbReceive` warning: type `EFI_HII_HANDLE` should have an upper camel case name --> src/lib.rs:60196:10 | 60196 | pub type EFI_HII_HANDLE = *mut u8; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiHandle` warning: type `EFI_STRING` should have an upper camel case name --> src/lib.rs:60197:10 | 60197 | pub type EFI_STRING = *mut i16; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiString` warning: type `EFI_IMAGE_ID` should have an upper camel case name --> src/lib.rs:60198:10 | 60198 | pub type EFI_IMAGE_ID = u16; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageId` warning: type `EFI_QUESTION_ID` should have an upper camel case name --> src/lib.rs:60199:10 | 60199 | pub type EFI_QUESTION_ID = u16; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiQuestionId` warning: type `EFI_STRING_ID` should have an upper camel case name --> src/lib.rs:60200:10 | 60200 | pub type EFI_STRING_ID = u16; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiStringId` warning: type `EFI_FORM_ID` should have an upper camel case name --> src/lib.rs:60201:10 | 60201 | pub type EFI_FORM_ID = u16; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiFormId` warning: type `EFI_VARSTORE_ID` should have an upper camel case name --> src/lib.rs:60202:10 | 60202 | pub type EFI_VARSTORE_ID = u16; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiVarstoreId` warning: type `EFI_ANIMATION_ID` should have an upper camel case name --> src/lib.rs:60203:10 | 60203 | pub type EFI_ANIMATION_ID = u16; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiAnimationId` warning: type `EFI_DEFAULT_ID` should have an upper camel case name --> src/lib.rs:60204:10 | 60204 | pub type EFI_DEFAULT_ID = u16; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiDefaultId` warning: type `EFI_HII_FONT_STYLE` should have an upper camel case name --> src/lib.rs:60205:10 | 60205 | pub type EFI_HII_FONT_STYLE = u32; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiFontStyle` warning: type `EFI_HII_SIMPLE_FONT_PACKAGE_HDR` should have an upper camel case name --> src/lib.rs:60493:10 | 60493 | pub type EFI_HII_SIMPLE_FONT_PACKAGE_HDR = _EFI_HII_SIMPLE_FONT_PACKAGE_HDR; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSimpleFontPackageHdr` warning: type `EFI_HII_GLYPH_INFO` should have an upper camel case name --> src/lib.rs:60566:10 | 60566 | pub type EFI_HII_GLYPH_INFO = _EFI_HII_GLYPH_INFO; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGlyphInfo` warning: type `EFI_HII_FONT_PACKAGE_HDR` should have an upper camel case name --> src/lib.rs:60661:10 | 60661 | pub type EFI_HII_FONT_PACKAGE_HDR = _EFI_HII_FONT_PACKAGE_HDR; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiFontPackageHdr` warning: type `EFI_HII_GLYPH_BLOCK` should have an upper camel case name --> src/lib.rs:60690:10 | 60690 | pub type EFI_HII_GLYPH_BLOCK = _EFI_HII_GLYPH_BLOCK; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGlyphBlock` warning: type `EFI_HII_GIBT_DEFAULTS_BLOCK` should have an upper camel case name --> src/lib.rs:60734:10 | 60734 | pub type EFI_HII_GIBT_DEFAULTS_BLOCK = _EFI_HII_GIBT_DEFAULTS_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtDefaultsBlock` warning: type `EFI_HII_GIBT_DUPLICATE_BLOCK` should have an upper camel case name --> src/lib.rs:60778:10 | 60778 | pub type EFI_HII_GIBT_DUPLICATE_BLOCK = _EFI_HII_GIBT_DUPLICATE_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtDuplicateBlock` warning: type `EFI_GLYPH_GIBT_END_BLOCK` should have an upper camel case name --> src/lib.rs:60809:10 | 60809 | pub type EFI_GLYPH_GIBT_END_BLOCK = _EFI_GLYPH_GIBT_END_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGlyphGibtEndBlock` warning: type `EFI_HII_GIBT_EXT1_BLOCK` should have an upper camel case name --> src/lib.rs:60862:10 | 60862 | pub type EFI_HII_GIBT_EXT1_BLOCK = _EFI_HII_GIBT_EXT1_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtExt1Block` warning: type `EFI_HII_GIBT_EXT2_BLOCK` should have an upper camel case name --> src/lib.rs:60915:10 | 60915 | pub type EFI_HII_GIBT_EXT2_BLOCK = _EFI_HII_GIBT_EXT2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtExt2Block` warning: type `EFI_HII_GIBT_EXT4_BLOCK` should have an upper camel case name --> src/lib.rs:60968:10 | 60968 | pub type EFI_HII_GIBT_EXT4_BLOCK = _EFI_HII_GIBT_EXT4_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtExt4Block` warning: type `EFI_HII_GIBT_GLYPH_BLOCK` should have an upper camel case name --> src/lib.rs:61023:10 | 61023 | pub type EFI_HII_GIBT_GLYPH_BLOCK = _EFI_HII_GIBT_GLYPH_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtGlyphBlock` warning: type `EFI_HII_GIBT_GLYPHS_BLOCK` should have an upper camel case name --> src/lib.rs:61091:10 | 61091 | pub type EFI_HII_GIBT_GLYPHS_BLOCK = _EFI_HII_GIBT_GLYPHS_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtGlyphsBlock` warning: type `EFI_HII_GIBT_GLYPH_DEFAULT_BLOCK` should have an upper camel case name --> src/lib.rs:61140:10 | 61140 | pub type EFI_HII_GIBT_GLYPH_DEFAULT_BLOCK = _EFI_HII_GIBT_GLYPH_DEFAULT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtGlyphDefaultBlock` warning: type `EFI_HII_GIBT_GLYPHS_DEFAULT_BLOCK` should have an upper camel case name --> src/lib.rs:61203:10 | 61203 | pub type EFI_HII_GIBT_GLYPHS_DEFAULT_BLOCK = _EFI_HII_GIBT_GLYPHS_DEFAULT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtGlyphsDefaultBlock` warning: type `EFI_HII_GIBT_VARIABILITY_BLOCK` should have an upper camel case name --> src/lib.rs:61275:10 | 61275 | pub type EFI_HII_GIBT_VARIABILITY_BLOCK = _EFI_HII_GIBT_VARIABILITY_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtVariabilityBlock` warning: type `EFI_HII_GIBT_SKIP1_BLOCK` should have an upper camel case name --> src/lib.rs:61319:10 | 61319 | pub type EFI_HII_GIBT_SKIP1_BLOCK = _EFI_HII_GIBT_SKIP1_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtSkip1Block` warning: type `EFI_HII_GIBT_SKIP2_BLOCK` should have an upper camel case name --> src/lib.rs:61363:10 | 61363 | pub type EFI_HII_GIBT_SKIP2_BLOCK = _EFI_HII_GIBT_SKIP2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtSkip2Block` warning: type `EFI_HII_DEVICE_PATH_PACKAGE_HDR` should have an upper camel case name --> src/lib.rs:61397:10 | 61397 | pub type EFI_HII_DEVICE_PATH_PACKAGE_HDR = _EFI_HII_DEVICE_PATH_PACKAGE_HDR; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiDevicePathPackageHdr` warning: type `EFI_HII_GUID_PACKAGE_HDR` should have an upper camel case name --> src/lib.rs:61439:10 | 61439 | pub type EFI_HII_GUID_PACKAGE_HDR = _EFI_HII_GUID_PACKAGE_HDR; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGuidPackageHdr` warning: type `EFI_HII_STRING_PACKAGE_HDR` should have an upper camel case name --> src/lib.rs:61538:10 | 61538 | pub type EFI_HII_STRING_PACKAGE_HDR = _EFI_HII_STRING_PACKAGE_HDR; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiStringPackageHdr` warning: type `EFI_HII_SIBT_DUPLICATE_BLOCK` should have an upper camel case name --> src/lib.rs:61610:10 | 61610 | pub type EFI_HII_SIBT_DUPLICATE_BLOCK = _EFI_HII_SIBT_DUPLICATE_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtDuplicateBlock` warning: type `EFI_HII_SIBT_END_BLOCK` should have an upper camel case name --> src/lib.rs:61639:10 | 61639 | pub type EFI_HII_SIBT_END_BLOCK = _EFI_HII_SIBT_END_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtEndBlock` warning: type `EFI_HII_SIBT_EXT1_BLOCK` should have an upper camel case name --> src/lib.rs:61692:10 | 61692 | pub type EFI_HII_SIBT_EXT1_BLOCK = _EFI_HII_SIBT_EXT1_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtExt1Block` warning: type `EFI_HII_SIBT_EXT2_BLOCK` should have an upper camel case name --> src/lib.rs:61745:10 | 61745 | pub type EFI_HII_SIBT_EXT2_BLOCK = _EFI_HII_SIBT_EXT2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtExt2Block` warning: type `EFI_HII_SIBT_EXT4_BLOCK` should have an upper camel case name --> src/lib.rs:61798:10 | 61798 | pub type EFI_HII_SIBT_EXT4_BLOCK = _EFI_HII_SIBT_EXT4_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtExt4Block` warning: type `EFI_HII_SIBT_FONT_BLOCK` should have an upper camel case name --> src/lib.rs:61877:10 | 61877 | pub type EFI_HII_SIBT_FONT_BLOCK = _EFI_HII_SIBT_FONT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtFontBlock` warning: type `EFI_HII_SIBT_SKIP1_BLOCK` should have an upper camel case name --> src/lib.rs:61921:10 | 61921 | pub type EFI_HII_SIBT_SKIP1_BLOCK = _EFI_HII_SIBT_SKIP1_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtSkip1Block` warning: type `EFI_HII_SIBT_SKIP2_BLOCK` should have an upper camel case name --> src/lib.rs:61965:10 | 61965 | pub type EFI_HII_SIBT_SKIP2_BLOCK = _EFI_HII_SIBT_SKIP2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtSkip2Block` warning: type `EFI_HII_SIBT_STRING_SCSU_BLOCK` should have an upper camel case name --> src/lib.rs:62010:10 | 62010 | pub type EFI_HII_SIBT_STRING_SCSU_BLOCK = _EFI_HII_SIBT_STRING_SCSU_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringScsuBlock` warning: type `EFI_HII_SIBT_STRING_SCSU_FONT_BLOCK` should have an upper camel case name --> src/lib.rs:62076:10 | 62076 | pub type EFI_HII_SIBT_STRING_SCSU_FONT_BLOCK = _EFI_HII_SIBT_STRING_SCSU_FONT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringScsuFontBlock` warning: type `EFI_HII_SIBT_STRINGS_SCSU_BLOCK` should have an upper camel case name --> src/lib.rs:62138:10 | 62138 | pub type EFI_HII_SIBT_STRINGS_SCSU_BLOCK = _EFI_HII_SIBT_STRINGS_SCSU_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringsScsuBlock` warning: type `EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK` should have an upper camel case name --> src/lib.rs:62218:10 | 62218 | pub type EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK = _EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringsScsuFontBlock` warning: type `EFI_HII_SIBT_STRING_UCS2_BLOCK` should have an upper camel case name --> src/lib.rs:62263:10 | 62263 | pub type EFI_HII_SIBT_STRING_UCS2_BLOCK = _EFI_HII_SIBT_STRING_UCS2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringUcs2Block` warning: type `EFI_HII_SIBT_STRING_UCS2_FONT_BLOCK` should have an upper camel case name --> src/lib.rs:62329:10 | 62329 | pub type EFI_HII_SIBT_STRING_UCS2_FONT_BLOCK = _EFI_HII_SIBT_STRING_UCS2_FONT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringUcs2FontBlock` warning: type `EFI_HII_SIBT_STRINGS_UCS2_BLOCK` should have an upper camel case name --> src/lib.rs:62391:10 | 62391 | pub type EFI_HII_SIBT_STRINGS_UCS2_BLOCK = _EFI_HII_SIBT_STRINGS_UCS2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringsUcs2Block` warning: type `EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK` should have an upper camel case name --> src/lib.rs:62471:10 | 62471 | pub type EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK = _EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringsUcs2FontBlock` warning: type `EFI_HII_IMAGE_PACKAGE_HDR` should have an upper camel case name --> src/lib.rs:62530:10 | 62530 | pub type EFI_HII_IMAGE_PACKAGE_HDR = _EFI_HII_IMAGE_PACKAGE_HDR; | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiImagePackageHdr` warning: type `EFI_HII_IMAGE_BLOCK` should have an upper camel case name --> src/lib.rs:62559:10 | 62559 | pub type EFI_HII_IMAGE_BLOCK = _EFI_HII_IMAGE_BLOCK; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiImageBlock` warning: type `EFI_HII_IIBT_END_BLOCK` should have an upper camel case name --> src/lib.rs:62588:10 | 62588 | pub type EFI_HII_IIBT_END_BLOCK = _EFI_HII_IIBT_END_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtEndBlock` warning: type `EFI_HII_IIBT_EXT1_BLOCK` should have an upper camel case name --> src/lib.rs:62641:10 | 62641 | pub type EFI_HII_IIBT_EXT1_BLOCK = _EFI_HII_IIBT_EXT1_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtExt1Block` warning: type `EFI_HII_IIBT_EXT2_BLOCK` should have an upper camel case name --> src/lib.rs:62694:10 | 62694 | pub type EFI_HII_IIBT_EXT2_BLOCK = _EFI_HII_IIBT_EXT2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtExt2Block` warning: type `EFI_HII_IIBT_EXT4_BLOCK` should have an upper camel case name --> src/lib.rs:62747:10 | 62747 | pub type EFI_HII_IIBT_EXT4_BLOCK = _EFI_HII_IIBT_EXT4_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtExt4Block` warning: type `EFI_HII_IIBT_IMAGE_1BIT_BASE` should have an upper camel case name --> src/lib.rs:62804:10 | 62804 | pub type EFI_HII_IIBT_IMAGE_1BIT_BASE = _EFI_HII_IIBT_IMAGE_1BIT_BASE; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage1bitBase` warning: type `EFI_HII_IIBT_IMAGE_1BIT_BLOCK` should have an upper camel case name --> src/lib.rs:62862:10 | 62862 | pub type EFI_HII_IIBT_IMAGE_1BIT_BLOCK = _EFI_HII_IIBT_IMAGE_1BIT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage1bitBlock` warning: type `EFI_HII_IIBT_IMAGE_1BIT_TRANS_BLOCK` should have an upper camel case name --> src/lib.rs:62928:10 | 62928 | pub type EFI_HII_IIBT_IMAGE_1BIT_TRANS_BLOCK = _EFI_HII_IIBT_IMAGE_1BIT_TRANS_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage1bitTransBlock` warning: type `EFI_HII_RGB_PIXEL` should have an upper camel case name --> src/lib.rs:62979:10 | 62979 | pub type EFI_HII_RGB_PIXEL = _EFI_HII_RGB_PIXEL; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiRgbPixel` warning: type `EFI_HII_IIBT_IMAGE_24BIT_BASE` should have an upper camel case name --> src/lib.rs:63036:10 | 63036 | pub type EFI_HII_IIBT_IMAGE_24BIT_BASE = _EFI_HII_IIBT_IMAGE_24BIT_BASE; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage24bitBase` warning: type `EFI_HII_IIBT_IMAGE_24BIT_BLOCK` should have an upper camel case name --> src/lib.rs:63080:10 | 63080 | pub type EFI_HII_IIBT_IMAGE_24BIT_BLOCK = _EFI_HII_IIBT_IMAGE_24BIT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage24bitBlock` warning: type `EFI_HII_IIBT_IMAGE_24BIT_TRANS_BLOCK` should have an upper camel case name --> src/lib.rs:63132:10 | 63132 | pub type EFI_HII_IIBT_IMAGE_24BIT_TRANS_BLOCK = _EFI_HII_IIBT_IMAGE_24BIT_TRANS_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage24bitTransBlock` warning: type `EFI_HII_IIBT_IMAGE_4BIT_BASE` should have an upper camel case name --> src/lib.rs:63189:10 | 63189 | pub type EFI_HII_IIBT_IMAGE_4BIT_BASE = _EFI_HII_IIBT_IMAGE_4BIT_BASE; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage4bitBase` warning: type `EFI_HII_IIBT_IMAGE_4BIT_BLOCK` should have an upper camel case name --> src/lib.rs:63247:10 | 63247 | pub type EFI_HII_IIBT_IMAGE_4BIT_BLOCK = _EFI_HII_IIBT_IMAGE_4BIT_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage4bitBlock` warning: type `EFI_HII_IIBT_IMAGE_4BIT_TRANS_BLOCK` should have an upper camel case name --> src/lib.rs:63313:10 | 63313 | pub type EFI_HII_IIBT_IMAGE_4BIT_TRANS_BLOCK = _EFI_HII_IIBT_IMAGE_4BIT_TRANS_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage4bitTransBlock` warning: type `EFI_HII_IIBT_IMAGE_8BIT_BASE` should have an upper camel case name --> src/lib.rs:63370:10 | 63370 | pub type EFI_HII_IIBT_IMAGE_8BIT_BASE = _EFI_HII_IIBT_IMAGE_8BIT_BASE; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage8bitBase` warning: type `EFI_HII_IIBT_IMAGE_8BIT_BLOCK` should have an upper camel case name --> src/lib.rs:63436:10 | 63436 | pub type EFI_HII_IIBT_IMAGE_8BIT_BLOCK = _EFI_HII_IIBT_IMAGE_8BIT_PALETTE_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage8bitBlock` warning: type `EFI_HII_IIBT_IMAGE_8BIT_TRAN_BLOCK` should have an upper camel case name --> src/lib.rs:63502:10 | 63502 | pub type EFI_HII_IIBT_IMAGE_8BIT_TRAN_BLOCK = _EFI_HII_IIBT_IMAGE_8BIT_TRANS_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage8bitTranBlock` warning: type `EFI_HII_IIBT_DUPLICATE_BLOCK` should have an upper camel case name --> src/lib.rs:63546:10 | 63546 | pub type EFI_HII_IIBT_DUPLICATE_BLOCK = _EFI_HII_IIBT_DUPLICATE_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtDuplicateBlock` warning: type `EFI_HII_IIBT_JPEG_BLOCK` should have an upper camel case name --> src/lib.rs:63597:10 | 63597 | pub type EFI_HII_IIBT_JPEG_BLOCK = _EFI_HII_IIBT_JPEG_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtJpegBlock` warning: type `EFI_HII_IIBT_PNG_BLOCK` should have an upper camel case name --> src/lib.rs:63648:10 | 63648 | pub type EFI_HII_IIBT_PNG_BLOCK = _EFI_HII_IIBT_PNG_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtPngBlock` warning: type `EFI_HII_IIBT_SKIP1_BLOCK` should have an upper camel case name --> src/lib.rs:63692:10 | 63692 | pub type EFI_HII_IIBT_SKIP1_BLOCK = _EFI_HII_IIBT_SKIP1_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtSkip1Block` warning: type `EFI_HII_IIBT_SKIP2_BLOCK` should have an upper camel case name --> src/lib.rs:63736:10 | 63736 | pub type EFI_HII_IIBT_SKIP2_BLOCK = _EFI_HII_IIBT_SKIP2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtSkip2Block` warning: type `EFI_HII_IMAGE_PALETTE_INFO_HEADER` should have an upper camel case name --> src/lib.rs:63771:10 | 63771 | pub type EFI_HII_IMAGE_PALETTE_INFO_HEADER = _EFI_HII_IMAGE_PALETTE_INFO_HEADER; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiImagePaletteInfoHeader` warning: type `EFI_HII_IMAGE_PALETTE_INFO` should have an upper camel case name --> src/lib.rs:63816:10 | 63816 | pub type EFI_HII_IMAGE_PALETTE_INFO = _EFI_HII_IMAGE_PALETTE_INFO; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiImagePaletteInfo` warning: type `EFI_HII_FORM_PACKAGE_HDR` should have an upper camel case name --> src/lib.rs:63847:10 | 63847 | pub type EFI_HII_FORM_PACKAGE_HDR = _EFI_HII_FORM_PACKAGE_HDR; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiFormPackageHdr` warning: type `EFI_IFR_OP_HEADER` should have an upper camel case name --> src/lib.rs:64193:10 | 64193 | pub type EFI_IFR_OP_HEADER = _EFI_IFR_OP_HEADER; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOpHeader` warning: type `EFI_IFR_STATEMENT_HEADER` should have an upper camel case name --> src/lib.rs:64235:10 | 64235 | pub type EFI_IFR_STATEMENT_HEADER = _EFI_IFR_STATEMENT_HEADER; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrStatementHeader` warning: type `EFI_IFR_QUESTION_HEADER` should have an upper camel case name --> src/lib.rs:64366:10 | 64366 | pub type EFI_IFR_QUESTION_HEADER = _EFI_IFR_QUESTION_HEADER; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionHeader` warning: type `EFI_IFR_DEFAULTSTORE` should have an upper camel case name --> src/lib.rs:64419:10 | 64419 | pub type EFI_IFR_DEFAULTSTORE = _EFI_IFR_DEFAULTSTORE; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDefaultstore` warning: type `EFI_IFR_VARSTORE` should have an upper camel case name --> src/lib.rs:64492:10 | 64492 | pub type EFI_IFR_VARSTORE = _EFI_IFR_VARSTORE; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVarstore` warning: type `EFI_IFR_VARSTORE_EFI` should have an upper camel case name --> src/lib.rs:64580:10 | 64580 | pub type EFI_IFR_VARSTORE_EFI = _EFI_IFR_VARSTORE_EFI; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVarstoreEfi` warning: type `EFI_IFR_VARSTORE_NAME_VALUE` should have an upper camel case name --> src/lib.rs:64637:10 | 64637 | pub type EFI_IFR_VARSTORE_NAME_VALUE = _EFI_IFR_VARSTORE_NAME_VALUE; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVarstoreNameValue` warning: type `EFI_IFR_FORM_SET` should have an upper camel case name --> src/lib.rs:64710:10 | 64710 | pub type EFI_IFR_FORM_SET = _EFI_IFR_FORM_SET; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFormSet` warning: type `EFI_IFR_END` should have an upper camel case name --> src/lib.rs:64739:10 | 64739 | pub type EFI_IFR_END = _EFI_IFR_END; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEnd` warning: type `EFI_IFR_FORM` should have an upper camel case name --> src/lib.rs:64790:10 | 64790 | pub type EFI_IFR_FORM = _EFI_IFR_FORM; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrForm` warning: type `EFI_IFR_IMAGE` should have an upper camel case name --> src/lib.rs:64830:10 | 64830 | pub type EFI_IFR_IMAGE = _EFI_IFR_IMAGE; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrImage` warning: type `EFI_IFR_MODAL_TAG` should have an upper camel case name --> src/lib.rs:64859:10 | 64859 | pub type EFI_IFR_MODAL_TAG = _EFI_IFR_MODAL_TAG; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrModalTag` warning: type `EFI_IFR_LOCKED` should have an upper camel case name --> src/lib.rs:64888:10 | 64888 | pub type EFI_IFR_LOCKED = _EFI_IFR_LOCKED; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrLocked` warning: type `EFI_IFR_RULE` should have an upper camel case name --> src/lib.rs:64928:10 | 64928 | pub type EFI_IFR_RULE = _EFI_IFR_RULE; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRule` warning: type `EFI_IFR_DEFAULT` should have an upper camel case name --> src/lib.rs:64990:10 | 64990 | pub type EFI_IFR_DEFAULT = _EFI_IFR_DEFAULT; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDefault` warning: type `EFI_IFR_DEFAULT_2` should have an upper camel case name --> src/lib.rs:65041:10 | 65041 | pub type EFI_IFR_DEFAULT_2 = _EFI_IFR_DEFAULT_2; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDefault2` warning: type `EFI_IFR_VALUE` should have an upper camel case name --> src/lib.rs:65070:10 | 65070 | pub type EFI_IFR_VALUE = _EFI_IFR_VALUE; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrValue` warning: type `EFI_IFR_SUBTITLE` should have an upper camel case name --> src/lib.rs:65121:10 | 65121 | pub type EFI_IFR_SUBTITLE = _EFI_IFR_SUBTITLE; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSubtitle` warning: type `EFI_IFR_CHECKBOX` should have an upper camel case name --> src/lib.rs:65172:10 | 65172 | pub type EFI_IFR_CHECKBOX = _EFI_IFR_CHECKBOX; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrCheckbox` warning: type `EFI_IFR_TEXT` should have an upper camel case name --> src/lib.rs:65223:10 | 65223 | pub type EFI_IFR_TEXT = _EFI_IFR_TEXT; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrText` warning: type `EFI_IFR_REF` should have an upper camel case name --> src/lib.rs:65274:10 | 65274 | pub type EFI_IFR_REF = _EFI_IFR_REF; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef` warning: type `EFI_IFR_REF2` should have an upper camel case name --> src/lib.rs:65336:10 | 65336 | pub type EFI_IFR_REF2 = _EFI_IFR_REF2; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef2` warning: type `EFI_IFR_REF3` should have an upper camel case name --> src/lib.rs:65409:10 | 65409 | pub type EFI_IFR_REF3 = _EFI_IFR_REF3; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef3` warning: type `EFI_IFR_REF4` should have an upper camel case name --> src/lib.rs:65493:10 | 65493 | pub type EFI_IFR_REF4 = _EFI_IFR_REF4; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef4` warning: type `EFI_IFR_REF5` should have an upper camel case name --> src/lib.rs:65533:10 | 65533 | pub type EFI_IFR_REF5 = _EFI_IFR_REF5; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef5` warning: type `EFI_IFR_RESET_BUTTON` should have an upper camel case name --> src/lib.rs:65584:10 | 65584 | pub type EFI_IFR_RESET_BUTTON = _EFI_IFR_RESET_BUTTON; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrResetButton` warning: type `EFI_IFR_ACTION` should have an upper camel case name --> src/lib.rs:65635:10 | 65635 | pub type EFI_IFR_ACTION = _EFI_IFR_ACTION; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAction` warning: type `EFI_IFR_ACTION_1` should have an upper camel case name --> src/lib.rs:65675:10 | 65675 | pub type EFI_IFR_ACTION_1 = _EFI_IFR_ACTION_1; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAction1` warning: type `EFI_IFR_DATE` should have an upper camel case name --> src/lib.rs:65726:10 | 65726 | pub type EFI_IFR_DATE = _EFI_IFR_DATE; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDate` warning: type `EFI_IFR_NUMERIC` should have an upper camel case name --> src/lib.rs:66074:10 | 66074 | pub type EFI_IFR_NUMERIC = _EFI_IFR_NUMERIC; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrNumeric` warning: type `EFI_IFR_ONE_OF` should have an upper camel case name --> src/lib.rs:66136:10 | 66136 | pub type EFI_IFR_ONE_OF = _EFI_IFR_ONE_OF; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOneOf` warning: type `EFI_IFR_STRING` should have an upper camel case name --> src/lib.rs:66209:10 | 66209 | pub type EFI_IFR_STRING = _EFI_IFR_STRING; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrString` warning: type `EFI_IFR_PASSWORD` should have an upper camel case name --> src/lib.rs:66271:10 | 66271 | pub type EFI_IFR_PASSWORD = _EFI_IFR_PASSWORD; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrPassword` warning: type `EFI_IFR_ORDERED_LIST` should have an upper camel case name --> src/lib.rs:66335:10 | 66335 | pub type EFI_IFR_ORDERED_LIST = _EFI_IFR_ORDERED_LIST; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOrderedList` warning: type `EFI_IFR_TIME` should have an upper camel case name --> src/lib.rs:66386:10 | 66386 | pub type EFI_IFR_TIME = _EFI_IFR_TIME; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrTime` warning: type `EFI_IFR_DISABLE_IF` should have an upper camel case name --> src/lib.rs:66415:10 | 66415 | pub type EFI_IFR_DISABLE_IF = _EFI_IFR_DISABLE_IF; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDisableIf` warning: type `EFI_IFR_SUPPRESS_IF` should have an upper camel case name --> src/lib.rs:66444:10 | 66444 | pub type EFI_IFR_SUPPRESS_IF = _EFI_IFR_SUPPRESS_IF; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSuppressIf` warning: type `EFI_IFR_GRAY_OUT_IF` should have an upper camel case name --> src/lib.rs:66473:10 | 66473 | pub type EFI_IFR_GRAY_OUT_IF = _EFI_IFR_GRAY_OUT_IF; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGrayOutIf` warning: type `EFI_IFR_INCONSISTENT_IF` should have an upper camel case name --> src/lib.rs:66513:10 | 66513 | pub type EFI_IFR_INCONSISTENT_IF = _EFI_IFR_INCONSISTENT_IF; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrInconsistentIf` warning: type `EFI_IFR_NO_SUBMIT_IF` should have an upper camel case name --> src/lib.rs:66553:10 | 66553 | pub type EFI_IFR_NO_SUBMIT_IF = _EFI_IFR_NO_SUBMIT_IF; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrNoSubmitIf` warning: type `EFI_IFR_WARNING_IF` should have an upper camel case name --> src/lib.rs:66604:10 | 66604 | pub type EFI_IFR_WARNING_IF = _EFI_IFR_WARNING_IF; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrWarningIf` warning: type `EFI_IFR_REFRESH` should have an upper camel case name --> src/lib.rs:66646:10 | 66646 | pub type EFI_IFR_REFRESH = _EFI_IFR_REFRESH; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRefresh` warning: type `EFI_IFR_VARSTORE_DEVICE` should have an upper camel case name --> src/lib.rs:66688:10 | 66688 | pub type EFI_IFR_VARSTORE_DEVICE = _EFI_IFR_VARSTORE_DEVICE; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVarstoreDevice` warning: type `EFI_IFR_ONE_OF_OPTION` should have an upper camel case name --> src/lib.rs:66761:10 | 66761 | pub type EFI_IFR_ONE_OF_OPTION = _EFI_IFR_ONE_OF_OPTION; | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOneOfOption` warning: type `EFI_IFR_GUID` should have an upper camel case name --> src/lib.rs:66801:10 | 66801 | pub type EFI_IFR_GUID = _EFI_IFR_GUID; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGuid` warning: type `EFI_IFR_REFRESH_ID` should have an upper camel case name --> src/lib.rs:66843:10 | 66843 | pub type EFI_IFR_REFRESH_ID = _EFI_IFR_REFRESH_ID; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRefreshId` warning: type `EFI_IFR_DUP` should have an upper camel case name --> src/lib.rs:66872:10 | 66872 | pub type EFI_IFR_DUP = _EFI_IFR_DUP; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDup` warning: type `EFI_IFR_EQ_ID_ID` should have an upper camel case name --> src/lib.rs:66923:10 | 66923 | pub type EFI_IFR_EQ_ID_ID = _EFI_IFR_EQ_ID_ID; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEqIdId` warning: type `EFI_IFR_EQ_ID_VAL` should have an upper camel case name --> src/lib.rs:66974:10 | 66974 | pub type EFI_IFR_EQ_ID_VAL = _EFI_IFR_EQ_ID_VAL; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEqIdVal` warning: type `EFI_IFR_EQ_ID_VAL_LIST` should have an upper camel case name --> src/lib.rs:67042:10 | 67042 | pub type EFI_IFR_EQ_ID_VAL_LIST = _EFI_IFR_EQ_ID_VAL_LIST; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEqIdValList` warning: type `EFI_IFR_u8` should have an upper camel case name --> src/lib.rs:67082:10 | 67082 | pub type EFI_IFR_u8 = _EFI_IFR_u8; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrU8` warning: type `EFI_IFR_u16` should have an upper camel case name --> src/lib.rs:67122:10 | 67122 | pub type EFI_IFR_u16 = _EFI_IFR_u16; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrU16` warning: type `EFI_IFR_u32` should have an upper camel case name --> src/lib.rs:67162:10 | 67162 | pub type EFI_IFR_u32 = _EFI_IFR_u32; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrU32` warning: type `EFI_IFR_u64` should have an upper camel case name --> src/lib.rs:67202:10 | 67202 | pub type EFI_IFR_u64 = _EFI_IFR_u64; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrU64` warning: type `EFI_IFR_QUESTION_REF1` should have an upper camel case name --> src/lib.rs:67244:10 | 67244 | pub type EFI_IFR_QUESTION_REF1 = _EFI_IFR_QUESTION_REF1; | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef1` warning: type `EFI_IFR_QUESTION_REF2` should have an upper camel case name --> src/lib.rs:67273:10 | 67273 | pub type EFI_IFR_QUESTION_REF2 = _EFI_IFR_QUESTION_REF2; | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef2` warning: type `EFI_IFR_QUESTION_REF3` should have an upper camel case name --> src/lib.rs:67302:10 | 67302 | pub type EFI_IFR_QUESTION_REF3 = _EFI_IFR_QUESTION_REF3; | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef3` warning: type `EFI_IFR_QUESTION_REF3_2` should have an upper camel case name --> src/lib.rs:67344:10 | 67344 | pub type EFI_IFR_QUESTION_REF3_2 = _EFI_IFR_QUESTION_REF3_2; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef3_2` warning: type `EFI_IFR_QUESTION_REF3_3` should have an upper camel case name --> src/lib.rs:67397:10 | 67397 | pub type EFI_IFR_QUESTION_REF3_3 = _EFI_IFR_QUESTION_REF3_3; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef3_3` warning: type `EFI_IFR_RULE_REF` should have an upper camel case name --> src/lib.rs:67437:10 | 67437 | pub type EFI_IFR_RULE_REF = _EFI_IFR_RULE_REF; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRuleRef` warning: type `EFI_IFR_STRING_REF1` should have an upper camel case name --> src/lib.rs:67477:10 | 67477 | pub type EFI_IFR_STRING_REF1 = _EFI_IFR_STRING_REF1; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrStringRef1` warning: type `EFI_IFR_STRING_REF2` should have an upper camel case name --> src/lib.rs:67506:10 | 67506 | pub type EFI_IFR_STRING_REF2 = _EFI_IFR_STRING_REF2; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrStringRef2` warning: type `EFI_IFR_THIS` should have an upper camel case name --> src/lib.rs:67535:10 | 67535 | pub type EFI_IFR_THIS = _EFI_IFR_THIS; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrThis` warning: type `EFI_IFR_TRUE` should have an upper camel case name --> src/lib.rs:67564:10 | 67564 | pub type EFI_IFR_TRUE = _EFI_IFR_TRUE; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrTrue` warning: type `EFI_IFR_FALSE` should have an upper camel case name --> src/lib.rs:67593:10 | 67593 | pub type EFI_IFR_FALSE = _EFI_IFR_FALSE; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFalse` warning: type `EFI_IFR_ONE` should have an upper camel case name --> src/lib.rs:67622:10 | 67622 | pub type EFI_IFR_ONE = _EFI_IFR_ONE; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOne` warning: type `EFI_IFR_ONES` should have an upper camel case name --> src/lib.rs:67651:10 | 67651 | pub type EFI_IFR_ONES = _EFI_IFR_ONES; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOnes` warning: type `EFI_IFR_ZERO` should have an upper camel case name --> src/lib.rs:67680:10 | 67680 | pub type EFI_IFR_ZERO = _EFI_IFR_ZERO; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrZero` warning: type `EFI_IFR_UNDEFINED` should have an upper camel case name --> src/lib.rs:67709:10 | 67709 | pub type EFI_IFR_UNDEFINED = _EFI_IFR_UNDEFINED; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrUndefined` warning: type `EFI_IFR_VERSION` should have an upper camel case name --> src/lib.rs:67738:10 | 67738 | pub type EFI_IFR_VERSION = _EFI_IFR_VERSION; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVersion` warning: type `EFI_IFR_LENGTH` should have an upper camel case name --> src/lib.rs:67767:10 | 67767 | pub type EFI_IFR_LENGTH = _EFI_IFR_LENGTH; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrLength` warning: type `EFI_IFR_NOT` should have an upper camel case name --> src/lib.rs:67796:10 | 67796 | pub type EFI_IFR_NOT = _EFI_IFR_NOT; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrNot` warning: type `EFI_IFR_BITWISE_NOT` should have an upper camel case name --> src/lib.rs:67825:10 | 67825 | pub type EFI_IFR_BITWISE_NOT = _EFI_IFR_BITWISE_NOT; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrBitwiseNot` warning: type `EFI_IFR_TO_bool` should have an upper camel case name --> src/lib.rs:67854:10 | 67854 | pub type EFI_IFR_TO_bool = _EFI_IFR_TO_bool; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToBool` warning: type `EFI_IFR_TO_STRING` should have an upper camel case name --> src/lib.rs:67894:10 | 67894 | pub type EFI_IFR_TO_STRING = _EFI_IFR_TO_STRING; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToString` warning: type `EFI_IFR_TO_UINT` should have an upper camel case name --> src/lib.rs:67923:10 | 67923 | pub type EFI_IFR_TO_UINT = _EFI_IFR_TO_UINT; | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToUint` warning: type `EFI_IFR_TO_UPPER` should have an upper camel case name --> src/lib.rs:67952:10 | 67952 | pub type EFI_IFR_TO_UPPER = _EFI_IFR_TO_UPPER; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToUpper` warning: type `EFI_IFR_TO_LOWER` should have an upper camel case name --> src/lib.rs:67981:10 | 67981 | pub type EFI_IFR_TO_LOWER = _EFI_IFR_TO_LOWER; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToLower` warning: type `EFI_IFR_ADD` should have an upper camel case name --> src/lib.rs:68010:10 | 68010 | pub type EFI_IFR_ADD = _EFI_IFR_ADD; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAdd` warning: type `EFI_IFR_AND` should have an upper camel case name --> src/lib.rs:68039:10 | 68039 | pub type EFI_IFR_AND = _EFI_IFR_AND; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAnd` warning: type `EFI_IFR_BITWISE_AND` should have an upper camel case name --> src/lib.rs:68068:10 | 68068 | pub type EFI_IFR_BITWISE_AND = _EFI_IFR_BITWISE_AND; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrBitwiseAnd` warning: type `EFI_IFR_BITWISE_OR` should have an upper camel case name --> src/lib.rs:68097:10 | 68097 | pub type EFI_IFR_BITWISE_OR = _EFI_IFR_BITWISE_OR; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrBitwiseOr` warning: type `EFI_IFR_CATENATE` should have an upper camel case name --> src/lib.rs:68126:10 | 68126 | pub type EFI_IFR_CATENATE = _EFI_IFR_CATENATE; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrCatenate` warning: type `EFI_IFR_DIVIDE` should have an upper camel case name --> src/lib.rs:68155:10 | 68155 | pub type EFI_IFR_DIVIDE = _EFI_IFR_DIVIDE; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDivide` warning: type `EFI_IFR_EQUAL` should have an upper camel case name --> src/lib.rs:68184:10 | 68184 | pub type EFI_IFR_EQUAL = _EFI_IFR_EQUAL; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEqual` warning: type `EFI_IFR_GREATER_EQUAL` should have an upper camel case name --> src/lib.rs:68213:10 | 68213 | pub type EFI_IFR_GREATER_EQUAL = _EFI_IFR_GREATER_EQUAL; | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGreaterEqual` warning: type `EFI_IFR_GREATER_THAN` should have an upper camel case name --> src/lib.rs:68242:10 | 68242 | pub type EFI_IFR_GREATER_THAN = _EFI_IFR_GREATER_THAN; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGreaterThan` warning: type `EFI_IFR_LESS_EQUAL` should have an upper camel case name --> src/lib.rs:68271:10 | 68271 | pub type EFI_IFR_LESS_EQUAL = _EFI_IFR_LESS_EQUAL; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrLessEqual` warning: type `EFI_IFR_LESS_THAN` should have an upper camel case name --> src/lib.rs:68300:10 | 68300 | pub type EFI_IFR_LESS_THAN = _EFI_IFR_LESS_THAN; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrLessThan` warning: type `EFI_IFR_MATCH` should have an upper camel case name --> src/lib.rs:68329:10 | 68329 | pub type EFI_IFR_MATCH = _EFI_IFR_MATCH; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMatch` warning: type `EFI_IFR_MATCH2` should have an upper camel case name --> src/lib.rs:68369:10 | 68369 | pub type EFI_IFR_MATCH2 = _EFI_IFR_MATCH2; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMatch2` warning: type `EFI_IFR_MULTIPLY` should have an upper camel case name --> src/lib.rs:68398:10 | 68398 | pub type EFI_IFR_MULTIPLY = _EFI_IFR_MULTIPLY; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMultiply` warning: type `EFI_IFR_MODULO` should have an upper camel case name --> src/lib.rs:68427:10 | 68427 | pub type EFI_IFR_MODULO = _EFI_IFR_MODULO; | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrModulo` warning: type `EFI_IFR_NOT_EQUAL` should have an upper camel case name --> src/lib.rs:68456:10 | 68456 | pub type EFI_IFR_NOT_EQUAL = _EFI_IFR_NOT_EQUAL; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrNotEqual` warning: type `EFI_IFR_OR` should have an upper camel case name --> src/lib.rs:68485:10 | 68485 | pub type EFI_IFR_OR = _EFI_IFR_OR; | ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOr` warning: type `EFI_IFR_SHIFT_LEFT` should have an upper camel case name --> src/lib.rs:68514:10 | 68514 | pub type EFI_IFR_SHIFT_LEFT = _EFI_IFR_SHIFT_LEFT; | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrShiftLeft` warning: type `EFI_IFR_SHIFT_RIGHT` should have an upper camel case name --> src/lib.rs:68543:10 | 68543 | pub type EFI_IFR_SHIFT_RIGHT = _EFI_IFR_SHIFT_RIGHT; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrShiftRight` warning: type `EFI_IFR_SUBTRACT` should have an upper camel case name --> src/lib.rs:68572:10 | 68572 | pub type EFI_IFR_SUBTRACT = _EFI_IFR_SUBTRACT; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSubtract` warning: type `EFI_IFR_CONDITIONAL` should have an upper camel case name --> src/lib.rs:68601:10 | 68601 | pub type EFI_IFR_CONDITIONAL = _EFI_IFR_CONDITIONAL; | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrConditional` warning: type `EFI_IFR_FIND` should have an upper camel case name --> src/lib.rs:68641:10 | 68641 | pub type EFI_IFR_FIND = _EFI_IFR_FIND; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFind` warning: type `EFI_IFR_MID` should have an upper camel case name --> src/lib.rs:68670:10 | 68670 | pub type EFI_IFR_MID = _EFI_IFR_MID; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMid` warning: type `EFI_IFR_TOKEN` should have an upper camel case name --> src/lib.rs:68699:10 | 68699 | pub type EFI_IFR_TOKEN = _EFI_IFR_TOKEN; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToken` warning: type `EFI_IFR_SPAN` should have an upper camel case name --> src/lib.rs:68739:10 | 68739 | pub type EFI_IFR_SPAN = _EFI_IFR_SPAN; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSpan` warning: type `EFI_IFR_SECURITY` should have an upper camel case name --> src/lib.rs:68779:10 | 68779 | pub type EFI_IFR_SECURITY = _EFI_IFR_SECURITY; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSecurity` warning: type `EFI_IFR_FORM_MAP_METHOD` should have an upper camel case name --> src/lib.rs:68824:10 | 68824 | pub type EFI_IFR_FORM_MAP_METHOD = _EFI_IFR_FORM_MAP_METHOD; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFormMapMethod` warning: type `EFI_IFR_FORM_MAP` should have an upper camel case name --> src/lib.rs:68864:10 | 68864 | pub type EFI_IFR_FORM_MAP = _EFI_IFR_FORM_MAP; | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFormMap` warning: type `EFI_IFR_SET` should have an upper camel case name --> src/lib.rs:68970:10 | 68970 | pub type EFI_IFR_SET = _EFI_IFR_SET; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSet` warning: type `EFI_IFR_GET` should have an upper camel case name --> src/lib.rs:69076:10 | 69076 | pub type EFI_IFR_GET = _EFI_IFR_GET; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGet` warning: type `EFI_IFR_READ` should have an upper camel case name --> src/lib.rs:69105:10 | 69105 | pub type EFI_IFR_READ = _EFI_IFR_READ; | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRead` warning: type `EFI_IFR_WRITE` should have an upper camel case name --> src/lib.rs:69134:10 | 69134 | pub type EFI_IFR_WRITE = _EFI_IFR_WRITE; | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrWrite` warning: type `EFI_IFR_MAP` should have an upper camel case name --> src/lib.rs:69163:10 | 69163 | pub type EFI_IFR_MAP = _EFI_IFR_MAP; | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMap` warning: type `EFI_KEY` should have an upper camel case name --> src/lib.rs:69269:10 | 69269 | pub type EFI_KEY = u32; | ^^^^^^^ help: convert the identifier to upper camel case: `EfiKey` warning: type `EFI_IFR_ANIMATION` should have an upper camel case name --> src/lib.rs:69521:10 | 69521 | pub type EFI_IFR_ANIMATION = _EFI_IFR_ANIMATION; | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAnimation` warning: type `EFI_HII_ANIMATION_PACKAGE_HDR` should have an upper camel case name --> src/lib.rs:69566:10 | 69566 | pub type EFI_HII_ANIMATION_PACKAGE_HDR = _EFI_HII_ANIMATION_PACKAGE_HDR; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAnimationPackageHdr` warning: type `EFI_HII_ANIMATION_BLOCK` should have an upper camel case name --> src/lib.rs:69597:10 | 69597 | pub type EFI_HII_ANIMATION_BLOCK = _EFI_HII_ANIMATION_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAnimationBlock` warning: type `EFI_HII_AIBT_EXT1_BLOCK` should have an upper camel case name --> src/lib.rs:69650:10 | 69650 | pub type EFI_HII_AIBT_EXT1_BLOCK = _EFI_HII_AIBT_EXT1_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtExt1Block` warning: type `EFI_HII_AIBT_EXT2_BLOCK` should have an upper camel case name --> src/lib.rs:69703:10 | 69703 | pub type EFI_HII_AIBT_EXT2_BLOCK = _EFI_HII_AIBT_EXT2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtExt2Block` warning: type `EFI_HII_AIBT_EXT4_BLOCK` should have an upper camel case name --> src/lib.rs:69756:10 | 69756 | pub type EFI_HII_AIBT_EXT4_BLOCK = _EFI_HII_AIBT_EXT4_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtExt4Block` warning: type `EFI_HII_ANIMATION_CELL` should have an upper camel case name --> src/lib.rs:69818:10 | 69818 | pub type EFI_HII_ANIMATION_CELL = _EFI_HII_ANIMATION_CELL; | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAnimationCell` warning: type `EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK` should have an upper camel case name --> src/lib.rs:69909:10 | 69909 | pub type EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK = _EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtOverlayImagesBlock` warning: type `EFI_HII_AIBT_CLEAR_IMAGES_BLOCK` should have an upper camel case name --> src/lib.rs:70012:10 | 70012 | pub type EFI_HII_AIBT_CLEAR_IMAGES_BLOCK = _EFI_HII_AIBT_CLEAR_IMAGES_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtClearImagesBlock` warning: type `EFI_HII_AIBT_RESTORE_SCRN_BLOCK` should have an upper camel case name --> src/lib.rs:70101:10 | 70101 | pub type EFI_HII_AIBT_RESTORE_SCRN_BLOCK = _EFI_HII_AIBT_RESTORE_SCRN_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtRestoreScrnBlock` warning: type `EFI_HII_AIBT_OVERLAY_IMAGES_LOOP_BLOCK` should have an upper camel case name --> src/lib.rs:70102:10 | 70102 | pub type EFI_HII_AIBT_OVERLAY_IMAGES_LOOP_BLOCK = EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtOverlayImagesLoopBlock` warning: type `EFI_HII_AIBT_CLEAR_IMAGES_LOOP_BLOCK` should have an upper camel case name --> src/lib.rs:70103:10 | 70103 | pub type EFI_HII_AIBT_CLEAR_IMAGES_LOOP_BLOCK = EFI_HII_AIBT_CLEAR_IMAGES_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtClearImagesLoopBlock` warning: type `EFI_HII_AIBT_RESTORE_SCRN_LOOP_BLOCK` should have an upper camel case name --> src/lib.rs:70104:10 | 70104 | pub type EFI_HII_AIBT_RESTORE_SCRN_LOOP_BLOCK = EFI_HII_AIBT_RESTORE_SCRN_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtRestoreScrnLoopBlock` warning: type `EFI_HII_AIBT_DUPLICATE_BLOCK` should have an upper camel case name --> src/lib.rs:70136:10 | 70136 | pub type EFI_HII_AIBT_DUPLICATE_BLOCK = _EFI_HII_AIBT_DUPLICATE_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtDuplicateBlock` warning: type `EFI_HII_AIBT_SKIP1_BLOCK` should have an upper camel case name --> src/lib.rs:70167:10 | 70167 | pub type EFI_HII_AIBT_SKIP1_BLOCK = _EFI_HII_AIBT_SKIP1_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtSkip1Block` warning: type `EFI_HII_AIBT_SKIP2_BLOCK` should have an upper camel case name --> src/lib.rs:70198:10 | 70198 | pub type EFI_HII_AIBT_SKIP2_BLOCK = _EFI_HII_AIBT_SKIP2_BLOCK; | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtSkip2Block` warning: type `__builtin_ms_va_list` should have an upper camel case name --> src/lib.rs:70199:10 | 70199 | pub type __builtin_ms_va_list = *mut u8; | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinMsVaList`