[][src]Function hactool_sys::cJSON_ReplaceItemInObjectCaseSensitive

pub unsafe extern "C" fn cJSON_ReplaceItemInObjectCaseSensitive(
    object: *mut cJSON,
    string: *const c_char,
    newitem: *mut cJSON
)