Function arraylist_new

Source
pub unsafe extern "C" fn arraylist_new(
    a: *mut arraylist_t,
    size: usize,
) -> *mut arraylist_t