[][src]Type Definition srtp2_sys::srtp_cipher_get_tag_func_t

type srtp_cipher_get_tag_func_t = Option<unsafe extern "C" fn(state: *mut c_void, tag: *mut u8, len: *mut u32) -> srtp_err_status_t>;