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