windows::Win32::Security

Function SetTokenInformation

pub unsafe fn SetTokenInformation(
    tokenhandle: HANDLE,
    tokeninformationclass: TOKEN_INFORMATION_CLASS,
    tokeninformation: *const c_void,
    tokeninformationlength: u32,
) -> Result<()>