Function DuplicateToken

Source
pub unsafe extern "system" fn DuplicateToken(
    ExistingTokenHandle: HANDLE,
    ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
    DuplicateTokenHandle: PHANDLE,
) -> BOOL