pub unsafe extern "system" fn HeapAlloc(
hheap: HeapHandle,
dwflags: HEAP_FLAGS,
dwbytes: usize
) -> *mut c_void
Expand description
Required features: "Win32_System_Memory"
pub unsafe extern "system" fn HeapAlloc(
hheap: HeapHandle,
dwflags: HEAP_FLAGS,
dwbytes: usize
) -> *mut c_void
Required features: "Win32_System_Memory"