Function symlinkat

pub unsafe extern "C" fn symlinkat(
    target: *const i8,
    newdirfd: i32,
    linkpath: *const i8,
) -> i32
Available on crate feature dep_sdl2 only.