pub unsafe fn CreateSymbolicLinkTransactedW<P0, P1, P2>(
    lpsymlinkfilename: P0,
    lptargetfilename: P1,
    dwflags: SYMBOLIC_LINK_FLAGS,
    htransaction: P2,
) -> BOOLEAN
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<HANDLE>,