pub unsafe fn CreateCaret<'a>( hwnd: impl IntoParam<'a, HWND>, hbitmap: impl IntoParam<'a, HBITMAP>, nwidth: i32, nheight: i32, ) -> BOOL