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

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"