pub unsafe extern "system" fn CreateCaret(
    hwnd: HWND,
    hbitmap: HBITMAP,
    nwidth: i32,
    nheight: i32
) -> BOOL
Expand description

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Graphics_Gdi"