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