pub unsafe extern "C" fn mspace_malloc( msp: *mut c_void, bytes: usize, ) -> *mut c_void
mspace_malloc behaves as malloc, but operates within the given space.
mspace_malloc