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