pub unsafe extern "system" fn ZwAlpcConnectPortEx(
    PortHandle: PHANDLE,
    ConnectionPortObjectAttributes: POBJECT_ATTRIBUTES,
    ClientPortObjectAttributes: POBJECT_ATTRIBUTES,
    PortAttributes: PALPC_PORT_ATTRIBUTES,
    Flags: ULONG,
    ServerSecurityRequirements: PSECURITY_DESCRIPTOR,
    ConnectionMessage: PPORT_MESSAGE,
    BufferLength: PSIZE_T,
    OutMessageAttributes: PALPC_MESSAGE_ATTRIBUTES,
    InMessageAttributes: PALPC_MESSAGE_ATTRIBUTES,
    Timeout: PLARGE_INTEGER
) -> NTSTATUS