Type Alias WAITORTIMERCALLBACKFUNC

Source
pub type WAITORTIMERCALLBACKFUNC = Option<unsafe extern "C" fn(arg1: PVOID, arg2: BOOLEAN)>;

Aliased Type§

enum WAITORTIMERCALLBACKFUNC {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: u8))

Some value of type T.