pub unsafe extern "system" fn KeSetCoalescableTimer(
    timer: *mut KTIMER,
    duetime: i64,
    period: u32,
    tolerabledelay: u32,
    dpc: *const KDPC
) -> BOOLEAN
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_System_Kernel"