12#if defined(MINGW_HAS_SECURE_API)
23 _In_ const void *_Key,
25 _Inout_ unsigned int *_NumOfElements,
27 _In_ int(
__cdecl *_PtFuncCompare)(
void *,
const void *,
const void *),
35 _In_ const void *_Key,
37 _Inout_ unsigned int *_NumOfElements,
39 _In_ int(
__cdecl *_PtFuncCompare)(
void *,
const void *,
const void *),
_Check_return_ _ACRTIMP void *__cdecl _lfind_s(_In_ void const *_Key, _In_reads_bytes_((*_NumOfElements) *_SizeOfElements) void const *_Base, _Inout_ unsigned int *_NumOfElements, _In_ size_t _SizeOfElements, _In_ _CoreCrtSecureSearchSortCompareFunction _CompareFunction, _In_ void *_Context)
_Check_return_ _ACRTIMP void *__cdecl _lsearch_s(_In_ void const *_Key, _Inout_updates_bytes_((*_NumOfElements) *_SizeOfElements) void *_Base, _Inout_ unsigned int *_NumOfElements, _In_ size_t _SizeOfElements, _In_ _CoreCrtSecureSearchSortCompareFunction _CompareFunction, _In_ void *_Context)
_Check_return_ _In_z_ wchar_t const _Inout_opt_ _Deref_prepost_opt_z_ wchar_t ** _Context
_Check_return_ _Ret_maybenull_ _In_ size_t _SizeOfElements
#define _In_reads_bytes_(s)
#define _Inout_updates_bytes_(s)