pub unsafe fn MakeWordList<P0, P1>(
    hrec: P0,
    pbuffer: P1,
    phwl: *mut HRECOWORDLIST
) -> Result<()>
where P0: IntoParam<HRECOGNIZER>, P1: IntoParam<PCWSTR>,