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