pub unsafe extern "C" fn manchester_encoder_advance(
    state: *mut ManchesterEncoderState,
    curr_bit: bool,
    result: *mut ManchesterEncoderResult
) -> bool