pub unsafe extern "system" fn NtQuerySemaphore(
    SemaphoreHandle: HANDLE,
    SemaphoreInformationClass: SEMAPHORE_INFORMATION_CLASS,
    SemaphoreInformation: PVOID,
    SemaphoreInformationLength: ULONG,
    ReturnLength: PULONG
) -> NTSTATUS