Function CreateSymbolicLinkTransactedA
pub unsafe fn CreateSymbolicLinkTransactedA<P0, P1>(
lpsymlinkfilename: P0,
lptargetfilename: P1,
dwflags: SYMBOLIC_LINK_FLAGS,
htransaction: HANDLE,
) -> boolwhere
P0: Param<PCSTR>,
P1: Param<PCSTR>,