pub unsafe extern "C" fn lv_draw_layer_alloc_buf(
layer: *mut lv_layer_t,
) -> *mut c_voidExpand description
Try to allocate a buffer for the layer. @param layer pointer to a layer @return pointer to the allocated aligned buffer or NULL on failure