pub unsafe extern "system" fn DuplicateToken(
    existingtokenhandle: HANDLE,
    impersonationlevel: SECURITY_IMPERSONATION_LEVEL,
    duplicatetokenhandle: *mut HANDLE
) -> BOOL
Expand description

Required features: "Win32_Security", "Win32_Foundation"