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