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