Function wxd_ListCtrl_SortItems

Source
pub unsafe extern "C" fn wxd_ListCtrl_SortItems(
    self_: *mut wxd_ListCtrl_t,
    cmpFunc: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_void, arg3: *mut c_void) -> c_int>,
    data: *mut c_void,
) -> bool