Type Definition srtp_auth_update_func
srtp2_sys
type srtp_auth_update_func = Option<unsafe extern "C" fn(state: *mut c_void, buffer: *const u8, octets_to_auth: c_int) -> srtp_err_status_t>;