Modify the drain state of a GPU. This method forces a GPU to no longer accept new incoming requests. Any new NVML process will no longer see this GPU. Persistence mode for this GPU must be turned off before this call is made. Must be called as administrator. For Linux only.
:param pci_info: The PCI address of the GPU drain state to be modified.
:type pci_info: intptr_t
:param new_state: The drain state that should be entered, see ``nvmlEnableState_t``.
:type new_state: EnableState
.. seealso:: `nvmlDeviceModifyDrainState`