pub type I_RpcProxyIsValidMachineFn = Option<unsafe extern "system" fn(machine: PCWSTR, dotmachine: PCWSTR, portnumber: u32) -> RPC_STATUS>;

Aliased Type§

enum I_RpcProxyIsValidMachineFn {
    None,
    Some(unsafe extern "system" fn(_: *const u16, _: *const u16, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const u16, _: *const u16, _: u32) -> i32)

Some value of type T.