pub unsafe extern "C" fn CBS_get_optional_asn1_uint64(
    cbs: *mut CBS,
    out: *mut u64,
    tag: CBS_ASN1_TAG,
    default_value: u64
) -> c_int