Type Alias uefi_raw::table::boot::EventNotifyFn

source ยท
pub type EventNotifyFn = unsafe extern "efiapi" fn(event: Event, context: *mut c_void);
Expand description

Raw event notification function.