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