Function windows_sys::Win32::System::Power::CallNtPowerInformation
pub unsafe extern "system" fn CallNtPowerInformation(
informationlevel: POWER_INFORMATION_LEVEL,
inputbuffer: *const c_void,
inputbufferlength: u32,
outputbuffer: *mut c_void,
outputbufferlength: u32,
) -> NTSTATUS