EventNotifyFn

Type Alias EventNotifyFn 

Source
pub type EventNotifyFn = unsafe extern "efiapi" fn(event: Event, context: Option<NonNull<c_void>>);
Expand description

Event notification callback type.