1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[link(name = "windows")]
3 extern "system" {}
4 pub type Battery = *mut ::core::ffi::c_void;
5 pub type BatteryReport = *mut ::core::ffi::c_void;
6