windows::Win32::System::Threading

Function FlsSetValue

pub unsafe fn FlsSetValue(
    dwflsindex: u32,
    lpflsdata: Option<*const c_void>,
) -> Result<()>