Type Alias LPTIMECALLBACK

Source
pub type LPTIMECALLBACK = Option<unsafe extern "C" fn(arg1: UINT, arg2: UINT, arg3: DWORD_PTR, arg4: DWORD_PTR, arg5: DWORD_PTR)>;

Aliased Type§

enum LPTIMECALLBACK {
    None,
    Some(unsafe extern "C" fn(_: u32, _: u32, _: u64, _: u64, _: u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: u32, _: u64, _: u64, _: u64))

Some value of type T.