PTIMER_APC_ROUTINE

Type Alias PTIMER_APC_ROUTINE 

pub type PTIMER_APC_ROUTINE = Option<unsafe extern "system" fn(timercontext: *const c_void, timerlowvalue: u32, timerhighvalue: i32)>;

Aliased Type§

pub enum PTIMER_APC_ROUTINE {
    None,
    Some(unsafe extern "system" fn(*const c_void, u32, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, u32, i32))

Some value of type T.