Function windows_sys::Win32::Security::DuplicateToken
pub unsafe extern "system" fn DuplicateToken(
existingtokenhandle: HANDLE,
impersonationlevel: SECURITY_IMPERSONATION_LEVEL,
duplicatetokenhandle: *mut HANDLE,
) -> BOOL