Function XSetDashes

pub unsafe extern "C" fn XSetDashes(
    arg1: *mut _XDisplay,
    arg2: *mut _XGC,
    arg3: i32,
    arg4: *const i8,
    arg5: i32,
) -> i32
Available on crate feature dep_sdl2 only.