pub unsafe extern "C" fn wxd_RearrangeList_GetCurrentOrder(
self_: *mut wxd_RearrangeList_t,
orderArray: *mut c_int,
arraySize: c_int,
)Expand description
Gets the current order of items in the list.
@param self The RearrangeList instance. @param orderArray Array to store the current order. @param arraySize Size of the provided array (should match the number of items).