pub type sk_SRTP_PROTECTION_PROFILE_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const SRTP_PROTECTION_PROFILE, arg2: *const *const SRTP_PROTECTION_PROFILE) -> c_int>;

Aliased Type§

enum sk_SRTP_PROTECTION_PROFILE_cmp_func {
    None,
    Some(unsafe extern "C" fn(_: *const *const srtp_protection_profile_st, _: *const *const srtp_protection_profile_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const *const srtp_protection_profile_st, _: *const *const srtp_protection_profile_st) -> i32)

Some value of type T.