Function arraylist_push

Source
pub unsafe extern "C" fn arraylist_push(
    a: *mut arraylist_t,
    elt: *mut c_void,
)