Function windows::Win32::Storage::FileSystem::CreateHardLinkW
pub unsafe fn CreateHardLinkW<P0, P1>(
lpfilename: P0,
lpexistingfilename: P1,
lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,