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