pub type WS_HTTP_REDIRECT_CALLBACK = Option<unsafe extern "system" fn(state: *const c_void, originalurl: *const WS_STRING, newurl: *const WS_STRING) -> HRESULT>;

Aliased Type§

enum WS_HTTP_REDIRECT_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const WS_STRING, _: *const WS_STRING) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const WS_STRING, _: *const WS_STRING) -> HRESULT)

Some value of type T.