pub unsafe extern "system" fn OpenProcessToken(
    processhandle: HANDLE,
    desiredaccess: TOKEN_ACCESS_MASK,
    tokenhandle: *mut HANDLE
) -> BOOL
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation", "Win32_Security"