Function windows::Wdk::System::SystemServices::ExDeleteTimer

pub unsafe fn ExDeleteTimer<P0, P1, P2>(
    timer: P0,
    cancel: P1,
    wait: P2,
    parameters: Option<*const EXT_DELETE_PARAMETERS>,
) -> BOOLEAN
where P0: Param<PEX_TIMER>, P1: Param<BOOLEAN>, P2: Param<BOOLEAN>,