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