lv_zalloc

Function lv_zalloc 

Source
pub unsafe extern "C" fn lv_zalloc(size: usize) -> *mut c_void
Expand description

Allocate zeroed memory dynamically @param size requested size in bytes @return pointer to allocated zeroed memory, or NULL on failure