pub type SRTP_PROTECTION_PROFILE = srtp_protection_profile_st;
#[repr(C)]pub struct SRTP_PROTECTION_PROFILE { pub name: *const i8, pub id: u32, }
name: *const i8
id: u32