pub type EOS_RTCAdmin_OnSetParticipantHardMuteCompleteCallback = Option<unsafe extern "C" fn(Data: *const EOS_RTCAdmin_SetParticipantHardMuteCompleteCallbackInfo)>;Expand description
Function prototype definition for callbacks passed to EOS_RTCAdmin_SetParticipantHardMute @param Data An EOS_RTCAdmin_SetParticipantHardMuteCompleteCallbackInfo containing the output information and result
Aliased Type§
pub enum EOS_RTCAdmin_OnSetParticipantHardMuteCompleteCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_RTCAdmin_SetParticipantHardMuteCompleteCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_RTCAdmin_SetParticipantHardMuteCompleteCallbackInfo))
Some value of type T.