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