pub unsafe extern "C" fn CBS_get_any_ber_asn1_element(
    cbs: *mut CBS,
    out: *mut CBS,
    out_tag: *mut CBS_ASN1_TAG,
    out_header_len: *mut usize,
    out_ber_found: *mut c_int,
    out_indefinite: *mut c_int
) -> c_int