pub unsafe extern "C" fn lv_thread_sync_delete(
sync: *mut lv_thread_sync_t,
) -> lv_result_tExpand description
Delete a sync object @param sync a sync object to delete @return LV_RESULT_OK: success; LV_RESULT_INVALID: failure
pub unsafe extern "C" fn lv_thread_sync_delete(
sync: *mut lv_thread_sync_t,
) -> lv_result_tDelete a sync object @param sync a sync object to delete @return LV_RESULT_OK: success; LV_RESULT_INVALID: failure