pub unsafe extern "system" fn SetThreadToken(
    thread: *const HANDLE,
    token: HANDLE
) -> BOOL
Expand description

Required features: ‘Win32_System_Threading’, ‘Win32_Foundation’