windows::Win32::UI::WindowsAndMessaging

Function CreateCursor

pub unsafe fn CreateCursor(
    hinst: Option<HINSTANCE>,
    xhotspot: i32,
    yhotspot: i32,
    nwidth: i32,
    nheight: i32,
    pvandplane: *const c_void,
    pvxorplane: *const c_void,
) -> Result<HCURSOR>