pub unsafe extern "system" fn PsImpersonateClient(
    thread: PETHREAD,
    token: *const c_void,
    copyonopen: BOOLEAN,
    effectiveonly: BOOLEAN,
    impersonationlevel: SECURITY_IMPERSONATION_LEVEL
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_Security"