pub unsafe extern "system" fn PsReferenceImpersonationToken(
    thread: PETHREAD,
    copyonopen: *mut BOOLEAN,
    effectiveonly: *mut BOOLEAN,
    impersonationlevel: *mut SECURITY_IMPERSONATION_LEVEL
) -> *mut c_void
Expand description

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