pub type sk_SRTP_PROTECTION_PROFILE_compfunc = Option<unsafe extern "C" fn(_: *const *const srtp_protection_profile_st, _: *const *const srtp_protection_profile_st) -> i32>;
Aliased Type§
enum sk_SRTP_PROTECTION_PROFILE_compfunc {
None,
Some(unsafe extern "C" fn(_: *const *const srtp_protection_profile_st, _: *const *const srtp_protection_profile_st) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const *const srtp_protection_profile_st, _: *const *const srtp_protection_profile_st) -> i32)
Some value of type T
.