pub unsafe extern "system" fn CreateCursor(
    hinst: HINSTANCE,
    xhotspot: i32,
    yhotspot: i32,
    nwidth: i32,
    nheight: i32,
    pvandplane: *const c_void,
    pvxorplane: *const c_void
) -> HCURSOR
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’