pub unsafe extern "system" fn ZwAlpcSendWaitReceivePort(
    PortHandle: HANDLE,
    Flags: ULONG,
    SendMessageA: PPORT_MESSAGE,
    SendMessageAttributes: PALPC_MESSAGE_ATTRIBUTES,
    ReceiveMessage: PPORT_MESSAGE,
    BufferLength: PSIZE_T,
    ReceiveMessageAttributes: PALPC_MESSAGE_ATTRIBUTES,
    Timeout: PLARGE_INTEGER
) -> NTSTATUS