pub unsafe extern "system" fn NtReleaseSemaphore(
    SemaphoreHandle: HANDLE,
    ReleaseCount: LONG,
    PreviousCount: PLONG
) -> NTSTATUS