Function cJSON_CreateIntArray

Source
pub unsafe extern "C" fn cJSON_CreateIntArray(
    numbers: *const c_int,
    count: c_int,
) -> *mut cJSON