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