pub unsafe fn AddWordsToWordList<P0, P1>(hwl: P0, pwcwords: P1) -> Result<()>
where P0: IntoParam<HRECOWORDLIST>, P1: IntoParam<PCWSTR>,