pub type LPOCNCONNPROCW = Option<unsafe extern "system" fn(param0: usize, param1: PCWSTR, param2: PCWSTR, param3: *const c_void) -> usize>;

Aliased Type§

enum LPOCNCONNPROCW {
    None,
    Some(unsafe extern "system" fn(_: usize, _: PCWSTR, _: PCWSTR, _: *const c_void) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.