Function symlink

pub unsafe extern "C" fn symlink(
    path1: *const i8,
    path2: *const i8,
) -> i32
Available on crate feature dep_sdl3 only.