usemelodium_core::*;usemelodium_macro::mel_function;/// Return the replacement character.
////// `U+FFFD REPLACEMENT CHARACTER` (�) is used in Unicode to represent a decoding error.
#[mel_function]pubfnreplacement_character()->char{char::REPLACEMENT_CHARACTER}