Function XCreateGlyphCursor

pub unsafe extern "C" fn XCreateGlyphCursor(
    arg1: *mut _XDisplay,
    arg2: u64,
    arg3: u64,
    arg4: u32,
    arg5: u32,
    arg6: *const XColor,
    arg7: *const XColor,
) -> u64
Available on crate feature dep_sdl2 only.