stmt - A statement handle, which was previously allocated by mysql_stmt_init().
Executes a prepared statement which was previously prepared by . When executed any parameter markers which exist will automatically be replaced with the appropriate data.
Returns zero on success, non-zero on failure.
int mysql_stmt_execute(MYSQL_STMT * stmt);