pub unsafe extern "system" fn CreateSymbolicLinkW(
    lpsymlinkfilename: PCWSTR,
    lptargetfilename: PCWSTR,
    dwflags: SYMBOLIC_LINK_FLAGS
) -> BOOLEAN
Expand description

Required features: "Win32_Foundation"