[][src]Type Definition srtp2_sys::srtp_cipher_alloc_func_t

type srtp_cipher_alloc_func_t = Option<unsafe extern "C" fn(cp: *mut srtp_cipher_pointer_t, key_len: c_int, tag_len: c_int) -> srtp_err_status_t>;