pub unsafe fn CreateHardLinkW<'a, Param0, Param1>(
    lpfilename: Param0,
    lpexistingfilename: Param1,
    lpsecurityattributes: *mut SECURITY_ATTRIBUTES
) -> BOOL where
    Param0: IntoParam<'a, PCWSTR>,
    Param1: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’, ‘Win32_Security’