pub unsafe fn SetThreadDescription<P0, P1>(
    hthread: P0,
    lpthreaddescription: P1
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,