pub type SRTP_PROTECTION_PROFILE = srtp_protection_profile_st;
struct SRTP_PROTECTION_PROFILE { pub name: *const i8, pub id: u64, }
name: *const i8
id: u64