pub fn HeapCreate( floptions: HEAP_FLAGS, dwinitialsize: usize, dwmaximumsize: usize, ) -> *mut c_void
Wrapper for the HeapCreate function from KERNEL32.DLL.
HeapCreate
KERNEL32.DLL