Function windows_sys::Win32::UI::WindowsAndMessaging::CreateCursor
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