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