createFontCursor :: Int -> Cont (K b c) CursorId
createFontCursor shape kernel
createFontCursor creates a cursor from the set of standard cursor shapes contained in
the special cursor font.
shape :: Intkernel :: ??
XCreateFontCursor in the Xlib Programming Manual
.