Function windows::Win32::System::Threading::TlsSetValue

pub unsafe fn TlsSetValue(
    dwtlsindex: u32,
    lptlsvalue: Option<*const c_void>,
) -> Result<()>