Function cJSON_CreateDoubleArray

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