pub unsafe fn CreateSymbolicLinkW<'a, Param0, Param1>(
    lpsymlinkfilename: Param0,
    lptargetfilename: Param1,
    dwflags: SYMBOLIC_LINK_FLAGS
) -> BOOLEAN where
    Param0: IntoParam<'a, PCWSTR>,
    Param1: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’