pub unsafe extern "C" fn cJSON_AddNumberToObject( object: *mut cJSON, name: *const c_char, number: f64, ) -> *mut cJSON