pub unsafe extern "system" fn CreateHardLinkTransactedW(
    lpfilename: PCWSTR,
    lpexistingfilename: PCWSTR,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES,
    htransaction: HANDLE
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_Security"