pub unsafe extern "C" fn CBB_add_asn1_octet_string(
    cbb: *mut CBB,
    data: *const u8,
    data_len: usize
) -> c_int