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