Type Alias APC_CALLBACK_FUNCTION

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.