pub unsafe extern "system" fn ZwPowerInformation(
    InformationLevel: POWER_INFORMATION_LEVEL,
    InputBuffer: PVOID,
    InputBufferLength: ULONG,
    OutputBuffer: PVOID,
    OutputBufferLength: ULONG
) -> NTSTATUS