Function windows_sys::Wdk::System::SystemServices::NtPowerInformation

pub unsafe extern "system" fn NtPowerInformation(
    informationlevel: POWER_INFORMATION_LEVEL,
    inputbuffer: *const c_void,
    inputbufferlength: u32,
    outputbuffer: *mut c_void,
    outputbufferlength: u32,
) -> NTSTATUS