Type Alias CreateAction

Source
pub type CreateAction = unsafe extern "system" fn(action_set: ActionSet, create_info: *const ActionCreateInfo, action: *mut Action) -> Result;
Expand description