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

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’