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