pub unsafe extern "C" fn lv_layout_create(
callbacks: lv_layout_callbacks_t,
user_data: *mut c_void,
) -> u32Expand description
Create a new layout @param callbacks the layout callbacks @param user_data custom data that will be passed when a callback is invoked @return the ID of the new layout