Function encoding_c::encoder_has_pending_state [] [src]

#[no_mangle]
pub unsafe extern "C" fn encoder_has_pending_state(
    encoder: *const Encoder
) -> bool

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.