pub unsafe extern "C" fn mi_malloc(size: usize) -> *mut c_void
Allocate size uninitialized bytes.
size
Returns a pointer to the allocated memory or null if out of memory. The pointer will still be unique if size is 0.