Function windows::Win32::Storage::FileSystem::CreateHardLinkTransactedW

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