#[unsafe(no_mangle)]pub unsafe extern "C" fn encoder_max_buffer_length_from_utf8_if_no_unmappables(
encoder: *const Encoder,
byte_length: usize,
) -> usizeExpand description
Query the worst-case output size when encoding from UTF-8 with replacement.
Returns the size of the output buffer in bytes that will not overflow
given the current state of the encoder and byte_length number of
additional input code units if there are no unmappable characters in
the input or SIZE_MAX if size_t would overflow.