#[unsafe(no_mangle)]pub unsafe extern "C" fn lv_malloc_core(size: usize) -> *mut c_void
Allocate a block of memory
This function is unsafe because it dereferences raw pointers.