pub unsafe fn CreateHardLinkTransactedA<'a>( lpfilename: impl IntoParam<'a, PSTR>, lpexistingfilename: impl IntoParam<'a, PSTR>, lpsecurityattributes: *mut SECURITY_ATTRIBUTES, htransaction: impl IntoParam<'a, HANDLE>, ) -> BOOL