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