pub unsafe fn TextOutW<'a>( hdc: impl IntoParam<'a, HDC>, x: i32, y: i32, lpstring: impl IntoParam<'a, PWSTR>, c: i32, ) -> BOOL