pub unsafe extern "system" fn NtQuerySemaphore(
    SemaphoreHandle: HANDLE,
    SemaphoreInformationClass: SEMAPHORE_INFORMATION_CLASS,
    SemaphoreInformation: *mut c_void,
    SemaphoreInformationLength: u32,
    ReturnLength: *mut u32
) -> NTSTATUS