#[root_irql]
Marks an entry point function with a specific IRQL context.
use irql::{root_irql, Passive}; #[root_irql(Passive)] fn driver_entry() { // Entry point at Passive IRQL }