CBB_add_asn1_uint64_with_tag

Function CBB_add_asn1_uint64_with_tag 

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