pub type EOS_PlayerDataStorage_OnReadFileCompleteCallback = Option<unsafe extern "C" fn(Data: *const EOS_PlayerDataStorage_ReadFileCallbackInfo)>;Expand description
Callback for when EOS_PlayerDataStorage_ReadFile completes
Aliased Type§
pub enum EOS_PlayerDataStorage_OnReadFileCompleteCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_PlayerDataStorage_ReadFileCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_PlayerDataStorage_ReadFileCallbackInfo))
Some value of type T.