Skip to main content

EOS_Ecom_OnRedeemEntitlementsCallback

Type Alias EOS_Ecom_OnRedeemEntitlementsCallback 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_Ecom_RedeemEntitlementsCallbackInfo))

Some value of type T.