pub type CS_TAG_GETTING_ROUTINE = Option<unsafe extern "system" fn(hbinding: *mut c_void, fserverside: i32, pulsendingtag: *mut u32, puldesiredreceivingtag: *mut u32, pulreceivingtag: *mut u32, pstatus: *mut u32)>;

Aliased Type§

enum CS_TAG_GETTING_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut u32, _: *mut u32, _: *mut u32, _: *mut u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.