#[unsafe(no_mangle)]
pub unsafe extern "C" fn encoder_has_pending_state(
encoder: *const Encoder,
) -> boolExpand description
Returns true if this is an ISO-2022-JP encoder that’s not in the
ASCII state and false otherwise.
§Undefined behavior
UB ensues if the argument is NULL.