pub type DRT_BOOTSTRAP_RESOLVE_CALLBACK = Option<unsafe extern "system" fn(hr: HRESULT, pvcontext: *mut c_void, paddresses: *mut SOCKET_ADDRESS_LIST, ffatalerror: BOOL)>;

Aliased Type§

enum DRT_BOOTSTRAP_RESOLVE_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: HRESULT, _: *mut c_void, _: *mut SOCKET_ADDRESS_LIST, _: BOOL)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HRESULT, _: *mut c_void, _: *mut SOCKET_ADDRESS_LIST, _: BOOL))

Some value of type T.