Function CreateHardLinkTransactedW
pub unsafe fn CreateHardLinkTransactedW<P0, P1>(
lpfilename: P0,
lpexistingfilename: P1,
lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
htransaction: HANDLE,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,