enum class PulseCursorExecResult_t : uint32
{
    Succeeded = 0,
    Canceled = 1,
    Failed = 2,
    OngoingNotify = 3,
};