pub type PFAX_ROUTING_INSTALLATION_CALLBACKW = Option<unsafe extern "system" fn(faxhandle: HANDLE, context: *mut c_void, methodname: PCWSTR, friendlyname: PCWSTR, functionname: PCWSTR, guid: PCWSTR) -> BOOL>;

Aliased Type§

enum PFAX_ROUTING_INSTALLATION_CALLBACKW {
    None,
    Some(unsafe extern "system" fn(_: HANDLE, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HANDLE, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> BOOL)

Some value of type T.