pub type RPC_DISPATCH_FUNCTION = Option<unsafe extern "system" fn(message: *mut RPC_MESSAGE)>;

Aliased Type§

enum RPC_DISPATCH_FUNCTION {
    None,
    Some(unsafe extern "system" fn(_: *mut RPC_MESSAGE)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut RPC_MESSAGE))

Some value of type T.