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