pub unsafe fn SetTextContext<P0>(
    hrc: P0,
    pwcbefore: &[u16],
    pwcafter: &[u16]
) -> Result<()>
where P0: IntoParam<HRECOCONTEXT>,