Function windows::Win32::Security::SetTokenInformation

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