pub unsafe extern "C" fn lv_subject_set_pointer(
subject: *mut lv_subject_t,
ptr: *mut c_void,
)Expand description
Set the value of a pointer subject. It will notify all the observers as well. @param subject pointer to the subject @param ptr new value