libmimalloc-sys2 0.1.53

Sys crate wrapping the mimalloc allocator
Documentation
1
2
3
4
5
6
7
8
9
10
11
#pragma once

typedef void (__stdcall * TestFun)(void);

#if __cplusplus
extern "C" 
#endif
__declspec(dllexport) void __cdecl Test(void);