[][src]Function hactool_sys::cJSON_InsertItemInArray

pub unsafe extern "C" fn cJSON_InsertItemInArray(
    array: *mut cJSON,
    which: c_int,
    newitem: *mut cJSON
)