Type Alias Proc_MSPLoginW

Source
pub type Proc_MSPLoginW = Option<unsafe extern "C" fn(usr: *const wchar_t, pwd: *const wchar_t, params: *const wchar_t) -> c_int>;

Aliased Type§

enum Proc_MSPLoginW {
    None,
    Some(unsafe extern "C" fn(_: *const i32, _: *const i32, _: *const i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i32, _: *const i32, _: *const i32) -> i32)

Some value of type T.