pub unsafe extern "C" fn CBB_add_asn1_uint64_with_tag(
    cbb: *mut CBB,
    value: u64,
    tag: CBS_ASN1_TAG
) -> c_int