#pragma once int str_replace_start(const char* string, const char* target, const char* replacement, char* output);